diff --git a/schemas/2023-11-01/Microsoft.HealthcareApis.json b/schemas/2023-11-01/Microsoft.HealthcareApis.json new file mode 100644 index 0000000000..761f5a839d --- /dev/null +++ b/schemas/2023-11-01/Microsoft.HealthcareApis.json @@ -0,0 +1,2436 @@ +{ + "id": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.HealthcareApis.json#", + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "Microsoft.HealthcareApis", + "description": "Microsoft HealthcareApis Resource Types", + "resourceDefinitions": { + "services": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-11-01" + ] + }, + "etag": { + "type": "string", + "description": "An etag associated with the resource, used for optimistic concurrency when editing it." + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/ServicesResourceIdentity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "kind": { + "oneOf": [ + { + "type": "string", + "enum": [ + "fhir", + "fhir-Stu3", + "fhir-R4" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The kind of the service." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of the service instance." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/ServicesProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The properties of a service instance." + }, + "resources": { + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "#/definitions/services_privateEndpointConnections_childResource" + } + ] + } + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The resource tags." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.HealthcareApis/services" + ] + } + }, + "required": [ + "apiVersion", + "kind", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/services" + }, + "services_privateEndpointConnections": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-11-01" + ] + }, + "name": { + "type": "string", + "description": "The name of the private endpoint connection associated with the Azure resource" + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/PrivateEndpointConnectionProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of the PrivateEndpointConnectProperties." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.HealthcareApis/services/privateEndpointConnections" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/services/privateEndpointConnections" + }, + "workspaces": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-11-01" + ] + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of workspace resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/WorkspaceProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Workspaces resource specific properties." + }, + "resources": { + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "#/definitions/workspaces_dicomservices_childResource" + }, + { + "$ref": "#/definitions/workspaces_iotconnectors_childResource" + }, + { + "$ref": "#/definitions/workspaces_fhirservices_childResource" + }, + { + "$ref": "#/definitions/workspaces_privateEndpointConnections_childResource" + } + ] + } + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Resource tags." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.HealthcareApis/workspaces" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces" + }, + "workspaces_dicomservices": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-11-01" + ] + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceManagedIdentityIdentity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of DICOM Service resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/DicomServiceProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Dicom Service properties." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Resource tags." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.HealthcareApis/workspaces/dicomservices" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/dicomservices" + }, + "workspaces_fhirservices": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-11-01" + ] + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceManagedIdentityIdentity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "kind": { + "oneOf": [ + { + "type": "string", + "enum": [ + "fhir-Stu3", + "fhir-R4" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The kind of the service." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of FHIR Service resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/FhirServiceProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Fhir Service properties." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Resource tags." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.HealthcareApis/workspaces/fhirservices" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/fhirservices" + }, + "workspaces_iotconnectors": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-11-01" + ] + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceManagedIdentityIdentity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of IoT Connector resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/IotConnectorProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "IoT Connector properties." + }, + "resources": { + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "#/definitions/workspaces_iotconnectors_fhirdestinations_childResource" + } + ] + } + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Resource tags." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.HealthcareApis/workspaces/iotconnectors" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/iotconnectors" + }, + "workspaces_iotconnectors_fhirdestinations": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-11-01" + ] + }, + "etag": { + "type": "string", + "description": "An etag associated with the resource, used for optimistic concurrency when editing it." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of IoT Connector FHIR destination resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/IotFhirDestinationProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "IoT Connector destination properties for an Azure FHIR service." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations" + }, + "workspaces_privateEndpointConnections": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-11-01" + ] + }, + "name": { + "type": "string", + "description": "The name of the private endpoint connection associated with the Azure resource" + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/PrivateEndpointConnectionProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of the PrivateEndpointConnectProperties." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.HealthcareApis/workspaces/privateEndpointConnections" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/privateEndpointConnections" + } + }, + "definitions": { + "CorsConfiguration": { + "type": "object", + "properties": { + "allowCredentials": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If credentials are allowed via CORS." + }, + "headers": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The headers to be allowed via CORS." + }, + "maxAge": { + "oneOf": [ + { + "type": "integer", + "minimum": 0, + "maximum": 99999 + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The max age to be allowed via CORS." + }, + "methods": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The methods to be allowed via CORS." + }, + "origins": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The origins to be allowed via CORS." + } + }, + "description": "The settings for the CORS configuration of the service instance." + }, + "DicomServiceAuthenticationConfiguration": { + "type": "object", + "properties": {}, + "description": "Authentication configuration information" + }, + "DicomServiceProperties": { + "type": "object", + "properties": { + "authenticationConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/DicomServiceAuthenticationConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Authentication configuration information" + }, + "corsConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/CorsConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The settings for the CORS configuration of the service instance." + }, + "encryption": { + "oneOf": [ + { + "$ref": "#/definitions/Encryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Settings to encrypt a service" + }, + "eventState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Disabled", + "Enabled", + "Updating" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "DICOM Service event support status." + }, + "provisioningState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Deleting", + "Succeeded", + "Creating", + "Accepted", + "Verifying", + "Updating", + "Failed", + "Canceled", + "Deprovisioned", + "Moving", + "Suspended", + "Warned", + "SystemMaintenance" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The provisioning state." + }, + "publicNetworkAccess": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Control permission for data plane traffic coming from public networks while private endpoint is enabled." + } + }, + "description": "Dicom Service properties." + }, + "Encryption": { + "type": "object", + "properties": { + "customerManagedKeyEncryption": { + "oneOf": [ + { + "$ref": "#/definitions/EncryptionCustomerManagedKeyEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The encryption settings for the customer-managed key" + } + }, + "description": "Settings to encrypt a service" + }, + "EncryptionCustomerManagedKeyEncryption": { + "type": "object", + "properties": { + "keyEncryptionKeyUrl": { + "type": "string", + "description": "The URL of the key to use for encryption" + } + }, + "description": "The encryption settings for the customer-managed key" + }, + "FhirServiceAcrConfiguration": { + "type": "object", + "properties": { + "loginServers": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The list of the Azure container registry login servers." + }, + "ociArtifacts": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/ServiceOciArtifactEntry" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The list of Open Container Initiative (OCI) artifacts." + } + }, + "description": "Azure container registry configuration information" + }, + "FhirServiceAuthenticationConfiguration": { + "type": "object", + "properties": { + "audience": { + "type": "string", + "description": "The audience url for the service" + }, + "authority": { + "type": "string", + "description": "The authority url for the service" + }, + "smartProxyEnabled": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If the SMART on FHIR proxy is enabled" + } + }, + "description": "Authentication configuration information" + }, + "FhirServiceCorsConfiguration": { + "type": "object", + "properties": { + "allowCredentials": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If credentials are allowed via CORS." + }, + "headers": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The headers to be allowed via CORS." + }, + "maxAge": { + "oneOf": [ + { + "type": "integer", + "minimum": 0, + "maximum": 99999 + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The max age to be allowed via CORS." + }, + "methods": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The methods to be allowed via CORS." + }, + "origins": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The origins to be allowed via CORS." + } + }, + "description": "The settings for the CORS configuration of the service instance." + }, + "FhirServiceExportConfiguration": { + "type": "object", + "properties": { + "storageAccountName": { + "type": "string", + "description": "The name of the default export storage account." + } + }, + "description": "Export operation configuration information" + }, + "FhirServiceImportConfiguration": { + "type": "object", + "properties": { + "enabled": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If the import operation is enabled." + }, + "initialImportMode": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If the FHIR service is in InitialImportMode." + }, + "integrationDataStore": { + "type": "string", + "description": "The name of the default integration storage account." + } + }, + "description": "Import operation configuration information" + }, + "FhirServiceProperties": { + "type": "object", + "properties": { + "acrConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/FhirServiceAcrConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Azure container registry configuration information" + }, + "authenticationConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/FhirServiceAuthenticationConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Authentication configuration information" + }, + "corsConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/FhirServiceCorsConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The settings for the CORS configuration of the service instance." + }, + "encryption": { + "oneOf": [ + { + "$ref": "#/definitions/Encryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Settings to encrypt a service" + }, + "eventState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Disabled", + "Enabled", + "Updating" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Fhir Service event support status." + }, + "exportConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/FhirServiceExportConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Export operation configuration information" + }, + "implementationGuidesConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/ImplementationGuidesConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The settings for Implementation Guides - defining capabilities for national standards, vendor consortiums, clinical societies, etc." + }, + "importConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/FhirServiceImportConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Import operation configuration information" + }, + "provisioningState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Deleting", + "Succeeded", + "Creating", + "Accepted", + "Verifying", + "Updating", + "Failed", + "Canceled", + "Deprovisioned", + "Moving", + "Suspended", + "Warned", + "SystemMaintenance" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The provisioning state." + }, + "publicNetworkAccess": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Control permission for data plane traffic coming from public networks while private endpoint is enabled." + }, + "resourceVersionPolicyConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/ResourceVersionPolicyConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The settings for history tracking for FHIR resources." + } + }, + "description": "Fhir Service properties." + }, + "ImplementationGuidesConfiguration": { + "type": "object", + "properties": { + "usCoreMissingData": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If US Core Missing Data requirement is enabled." + } + }, + "description": "The settings for Implementation Guides - defining capabilities for national standards, vendor consortiums, clinical societies, etc." + }, + "IotConnectorProperties": { + "type": "object", + "properties": { + "deviceMapping": { + "oneOf": [ + { + "$ref": "#/definitions/IotMappingProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The mapping content." + }, + "ingestionEndpointConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/IotEventHubIngestionEndpointConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Event Hub ingestion endpoint configuration" + }, + "provisioningState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Deleting", + "Succeeded", + "Creating", + "Accepted", + "Verifying", + "Updating", + "Failed", + "Canceled", + "Deprovisioned", + "Moving", + "Suspended", + "Warned", + "SystemMaintenance" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The provisioning state." + } + }, + "description": "IoT Connector properties." + }, + "IotEventHubIngestionEndpointConfiguration": { + "type": "object", + "properties": { + "consumerGroup": { + "type": "string", + "description": "Consumer group of the event hub to connected to." + }, + "eventHubName": { + "type": "string", + "description": "Event Hub name to connect to." + }, + "fullyQualifiedEventHubNamespace": { + "type": "string", + "description": "Fully qualified namespace of the Event Hub to connect to." + } + }, + "description": "Event Hub ingestion endpoint configuration" + }, + "IotFhirDestinationProperties": { + "type": "object", + "properties": { + "fhirMapping": { + "oneOf": [ + { + "$ref": "#/definitions/IotMappingProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The mapping content." + }, + "fhirServiceResourceId": { + "type": "string", + "description": "Fully qualified resource id of the FHIR service to connect to." + }, + "provisioningState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Deleting", + "Succeeded", + "Creating", + "Accepted", + "Verifying", + "Updating", + "Failed", + "Canceled", + "Deprovisioned", + "Moving", + "Suspended", + "Warned", + "SystemMaintenance" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The provisioning state." + }, + "resourceIdentityResolutionType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Create", + "Lookup" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Determines how resource identity is resolved on the destination." + } + }, + "required": [ + "fhirMapping", + "fhirServiceResourceId", + "resourceIdentityResolutionType" + ], + "description": "IoT Connector destination properties for an Azure FHIR service." + }, + "IotMappingProperties": { + "type": "object", + "properties": { + "content": { + "type": "object", + "properties": {}, + "description": "The mapping." + } + }, + "description": "The mapping content." + }, + "PrivateEndpoint": { + "type": "object", + "properties": {}, + "description": "The Private Endpoint resource." + }, + "PrivateEndpointConnection": { + "type": "object", + "properties": { + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/PrivateEndpointConnectionProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of the PrivateEndpointConnectProperties." + } + }, + "description": "The Private Endpoint Connection resource." + }, + "PrivateEndpointConnectionProperties": { + "type": "object", + "properties": { + "privateEndpoint": { + "oneOf": [ + { + "$ref": "#/definitions/PrivateEndpoint" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The Private Endpoint resource." + }, + "privateLinkServiceConnectionState": { + "oneOf": [ + { + "$ref": "#/definitions/PrivateLinkServiceConnectionState" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "A collection of information about the state of the connection between service consumer and provider." + }, + "provisioningState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Succeeded", + "Creating", + "Deleting", + "Failed" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The provisioning state of the private endpoint connection resource." + } + }, + "required": [ + "privateLinkServiceConnectionState" + ], + "description": "Properties of the PrivateEndpointConnectProperties." + }, + "PrivateLinkServiceConnectionState": { + "type": "object", + "properties": { + "actionsRequired": { + "type": "string", + "description": "A message indicating if changes on the service provider require any updates on the consumer." + }, + "description": { + "type": "string", + "description": "The reason for approval/rejection of the connection." + }, + "status": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Pending", + "Approved", + "Rejected" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service." + } + }, + "description": "A collection of information about the state of the connection between service consumer and provider." + }, + "ResourceVersionPolicyConfiguration": { + "type": "object", + "properties": { + "default": { + "oneOf": [ + { + "type": "string", + "enum": [ + "no-version", + "versioned", + "versioned-update" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The default value for tracking history across all resources." + }, + "resourceTypeOverrides": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string", + "enum": [ + "no-version", + "versioned", + "versioned-update" + ] + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "A list of FHIR Resources and their version policy overrides." + } + }, + "description": "The settings for history tracking for FHIR resources." + }, + "ServiceAccessPolicyEntry": { + "type": "object", + "properties": { + "objectId": { + "oneOf": [ + { + "type": "string", + "pattern": "^(([0-9A-Fa-f]{8}[-]?(?:[0-9A-Fa-f]{4}[-]?){3}[0-9A-Fa-f]{12}){1})+$" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "An Azure AD object ID (User or Apps) that is allowed access to the FHIR service." + } + }, + "required": [ + "objectId" + ], + "description": "An access policy entry." + }, + "ServiceAcrConfigurationInfo": { + "type": "object", + "properties": { + "loginServers": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The list of the ACR login servers." + }, + "ociArtifacts": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/ServiceOciArtifactEntry" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The list of Open Container Initiative (OCI) artifacts." + } + }, + "description": "Azure container registry configuration information" + }, + "ServiceAuthenticationConfigurationInfo": { + "type": "object", + "properties": { + "audience": { + "type": "string", + "description": "The audience url for the service" + }, + "authority": { + "type": "string", + "description": "The authority url for the service" + }, + "smartProxyEnabled": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If the SMART on FHIR proxy is enabled" + } + }, + "description": "Authentication configuration information" + }, + "ServiceCorsConfigurationInfo": { + "type": "object", + "properties": { + "allowCredentials": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If credentials are allowed via CORS." + }, + "headers": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The headers to be allowed via CORS." + }, + "maxAge": { + "oneOf": [ + { + "type": "integer", + "minimum": 0, + "maximum": 99999 + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The max age to be allowed via CORS." + }, + "methods": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The methods to be allowed via CORS." + }, + "origins": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The origins to be allowed via CORS." + } + }, + "description": "The settings for the CORS configuration of the service instance." + }, + "ServiceCosmosDbConfigurationInfo": { + "type": "object", + "properties": { + "crossTenantCmkApplicationId": { + "oneOf": [ + { + "type": "string", + "pattern": "^(([0-9A-Fa-f]{8}[-]?(?:[0-9A-Fa-f]{4}[-]?){3}[0-9A-Fa-f]{12}){1})+$" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The multi-tenant application id used to enable CMK access for services in a data sovereign region." + }, + "keyVaultKeyUri": { + "type": "string", + "description": "The URI of the customer-managed key for the backing database." + }, + "offerThroughput": { + "oneOf": [ + { + "type": "integer", + "minimum": 400 + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The provisioned throughput for the backing database." + } + }, + "description": "The settings for the Cosmos DB database backing the service." + }, + "ServiceExportConfigurationInfo": { + "type": "object", + "properties": { + "storageAccountName": { + "type": "string", + "description": "The name of the default export storage account." + } + }, + "description": "Export operation configuration information" + }, + "ServiceImportConfigurationInfo": { + "type": "object", + "properties": { + "enabled": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If the import operation is enabled." + }, + "initialImportMode": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If the FHIR service is in InitialImportMode." + }, + "integrationDataStore": { + "type": "string", + "description": "The name of the default integration storage account." + } + }, + "description": "Import operation configuration information" + }, + "ServiceManagedIdentityIdentity": { + "type": "object", + "properties": { + "type": { + "oneOf": [ + { + "type": "string", + "enum": [ + "None", + "SystemAssigned", + "UserAssigned", + "SystemAssigned,UserAssigned" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Type of identity being specified, currently SystemAssigned and None are allowed." + }, + "userAssignedIdentities": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/UserAssignedIdentity" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "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." + } + }, + "required": [ + "type" + ], + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "ServiceOciArtifactEntry": { + "type": "object", + "properties": { + "digest": { + "type": "string", + "description": "The artifact digest." + }, + "imageName": { + "type": "string", + "description": "The artifact name." + }, + "loginServer": { + "type": "string", + "description": "The Azure Container Registry login server." + } + }, + "description": "An Open Container Initiative (OCI) artifact." + }, + "ServicesProperties": { + "type": "object", + "properties": { + "accessPolicies": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/ServiceAccessPolicyEntry" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The access policies of the service instance." + }, + "acrConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceAcrConfigurationInfo" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Azure container registry configuration information" + }, + "authenticationConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceAuthenticationConfigurationInfo" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Authentication configuration information" + }, + "corsConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceCorsConfigurationInfo" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The settings for the CORS configuration of the service instance." + }, + "cosmosDbConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceCosmosDbConfigurationInfo" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The settings for the Cosmos DB database backing the service." + }, + "exportConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceExportConfigurationInfo" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Export operation configuration information" + }, + "importConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceImportConfigurationInfo" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Import operation configuration information" + }, + "privateEndpointConnections": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/PrivateEndpointConnection" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The list of private endpoint connections that are set up for this resource." + }, + "provisioningState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Deleting", + "Succeeded", + "Creating", + "Accepted", + "Verifying", + "Updating", + "Failed", + "Canceled", + "Deprovisioned", + "Moving", + "Suspended", + "Warned", + "SystemMaintenance" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The provisioning state." + }, + "publicNetworkAccess": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Control permission for data plane traffic coming from public networks while private endpoint is enabled." + } + }, + "description": "The properties of a service instance." + }, + "ServicesResourceIdentity": { + "type": "object", + "properties": { + "type": { + "oneOf": [ + { + "type": "string", + "enum": [ + "SystemAssigned", + "None" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Type of identity being specified, currently SystemAssigned and None are allowed." + } + }, + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "services_privateEndpointConnections_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-11-01" + ] + }, + "name": { + "type": "string", + "description": "The name of the private endpoint connection associated with the Azure resource" + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/PrivateEndpointConnectionProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of the PrivateEndpointConnectProperties." + }, + "type": { + "type": "string", + "enum": [ + "privateEndpointConnections" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/services/privateEndpointConnections" + }, + "SystemData": { + "type": "object", + "properties": { + "createdAt": { + "type": "string", + "format": "date-time", + "description": "The timestamp of resource creation (UTC)." + }, + "createdBy": { + "type": "string", + "description": "The identity that created the resource." + }, + "createdByType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "User", + "Application", + "ManagedIdentity", + "Key" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The type of identity that created the resource." + }, + "lastModifiedAt": { + "type": "string", + "format": "date-time", + "description": "The timestamp of resource last modification (UTC)" + }, + "lastModifiedBy": { + "type": "string", + "description": "The identity that last modified the resource." + }, + "lastModifiedByType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "User", + "Application", + "ManagedIdentity", + "Key" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The type of identity that last modified the resource." + } + }, + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "UserAssignedIdentity": { + "type": "object", + "properties": {}, + "description": "User assigned identity properties" + }, + "WorkspaceProperties": { + "type": "object", + "properties": { + "provisioningState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Deleting", + "Succeeded", + "Creating", + "Accepted", + "Verifying", + "Updating", + "Failed", + "Canceled", + "Deprovisioned", + "Moving", + "Suspended", + "Warned", + "SystemMaintenance" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The provisioning state." + }, + "publicNetworkAccess": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Control permission for data plane traffic coming from public networks while private endpoint is enabled." + } + }, + "description": "Workspaces resource specific properties." + }, + "workspaces_dicomservices_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-11-01" + ] + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceManagedIdentityIdentity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of DICOM Service resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/DicomServiceProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Dicom Service properties." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Resource tags." + }, + "type": { + "type": "string", + "enum": [ + "dicomservices" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/dicomservices" + }, + "workspaces_fhirservices_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-11-01" + ] + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceManagedIdentityIdentity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "kind": { + "oneOf": [ + { + "type": "string", + "enum": [ + "fhir-Stu3", + "fhir-R4" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The kind of the service." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of FHIR Service resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/FhirServiceProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Fhir Service properties." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Resource tags." + }, + "type": { + "type": "string", + "enum": [ + "fhirservices" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/fhirservices" + }, + "workspaces_iotconnectors_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-11-01" + ] + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceManagedIdentityIdentity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of IoT Connector resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/IotConnectorProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "IoT Connector properties." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Resource tags." + }, + "type": { + "type": "string", + "enum": [ + "iotconnectors" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/iotconnectors" + }, + "workspaces_iotconnectors_fhirdestinations_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-11-01" + ] + }, + "etag": { + "type": "string", + "description": "An etag associated with the resource, used for optimistic concurrency when editing it." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of IoT Connector FHIR destination resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/IotFhirDestinationProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "IoT Connector destination properties for an Azure FHIR service." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "type": { + "type": "string", + "enum": [ + "fhirdestinations" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations" + }, + "workspaces_privateEndpointConnections_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-11-01" + ] + }, + "name": { + "type": "string", + "description": "The name of the private endpoint connection associated with the Azure resource" + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/PrivateEndpointConnectionProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of the PrivateEndpointConnectProperties." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "type": { + "type": "string", + "enum": [ + "privateEndpointConnections" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/privateEndpointConnections" + } + } +} \ No newline at end of file diff --git a/schemas/2023-12-01/Microsoft.HealthcareApis.json b/schemas/2023-12-01/Microsoft.HealthcareApis.json new file mode 100644 index 0000000000..742400008d --- /dev/null +++ b/schemas/2023-12-01/Microsoft.HealthcareApis.json @@ -0,0 +1,2508 @@ +{ + "id": "https://schema.management.azure.com/schemas/2023-12-01/Microsoft.HealthcareApis.json#", + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "Microsoft.HealthcareApis", + "description": "Microsoft HealthcareApis Resource Types", + "resourceDefinitions": { + "services": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-12-01" + ] + }, + "etag": { + "type": "string", + "description": "An etag associated with the resource, used for optimistic concurrency when editing it." + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/ServicesResourceIdentity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "kind": { + "oneOf": [ + { + "type": "string", + "enum": [ + "fhir", + "fhir-Stu3", + "fhir-R4" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The kind of the service." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of the service instance." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/ServicesProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The properties of a service instance." + }, + "resources": { + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "#/definitions/services_privateEndpointConnections_childResource" + } + ] + } + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The resource tags." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.HealthcareApis/services" + ] + } + }, + "required": [ + "apiVersion", + "kind", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/services" + }, + "services_privateEndpointConnections": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-12-01" + ] + }, + "name": { + "type": "string", + "description": "The name of the private endpoint connection associated with the Azure resource" + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/PrivateEndpointConnectionProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of the PrivateEndpointConnectProperties." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.HealthcareApis/services/privateEndpointConnections" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/services/privateEndpointConnections" + }, + "workspaces": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-12-01" + ] + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of workspace resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/WorkspaceProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Workspaces resource specific properties." + }, + "resources": { + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "#/definitions/workspaces_dicomservices_childResource" + }, + { + "$ref": "#/definitions/workspaces_iotconnectors_childResource" + }, + { + "$ref": "#/definitions/workspaces_fhirservices_childResource" + }, + { + "$ref": "#/definitions/workspaces_privateEndpointConnections_childResource" + } + ] + } + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Resource tags." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.HealthcareApis/workspaces" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces" + }, + "workspaces_dicomservices": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-12-01" + ] + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceManagedIdentityIdentity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of DICOM Service resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/DicomServiceProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Dicom Service properties." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Resource tags." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.HealthcareApis/workspaces/dicomservices" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/dicomservices" + }, + "workspaces_fhirservices": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-12-01" + ] + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceManagedIdentityIdentity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "kind": { + "oneOf": [ + { + "type": "string", + "enum": [ + "fhir-Stu3", + "fhir-R4" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The kind of the service." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of FHIR Service resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/FhirServiceProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Fhir Service properties." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Resource tags." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.HealthcareApis/workspaces/fhirservices" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/fhirservices" + }, + "workspaces_iotconnectors": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-12-01" + ] + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceManagedIdentityIdentity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of IoT Connector resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/IotConnectorProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "IoT Connector properties." + }, + "resources": { + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "#/definitions/workspaces_iotconnectors_fhirdestinations_childResource" + } + ] + } + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Resource tags." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.HealthcareApis/workspaces/iotconnectors" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/iotconnectors" + }, + "workspaces_iotconnectors_fhirdestinations": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-12-01" + ] + }, + "etag": { + "type": "string", + "description": "An etag associated with the resource, used for optimistic concurrency when editing it." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of IoT Connector FHIR destination resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/IotFhirDestinationProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "IoT Connector destination properties for an Azure FHIR service." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations" + }, + "workspaces_privateEndpointConnections": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-12-01" + ] + }, + "name": { + "type": "string", + "description": "The name of the private endpoint connection associated with the Azure resource" + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/PrivateEndpointConnectionProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of the PrivateEndpointConnectProperties." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.HealthcareApis/workspaces/privateEndpointConnections" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/privateEndpointConnections" + } + }, + "definitions": { + "CorsConfiguration": { + "type": "object", + "properties": { + "allowCredentials": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If credentials are allowed via CORS." + }, + "headers": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The headers to be allowed via CORS." + }, + "maxAge": { + "oneOf": [ + { + "type": "integer", + "minimum": 0, + "maximum": 99999 + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The max age to be allowed via CORS." + }, + "methods": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The methods to be allowed via CORS." + }, + "origins": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The origins to be allowed via CORS." + } + }, + "description": "The settings for the CORS configuration of the service instance." + }, + "DicomServiceAuthenticationConfiguration": { + "type": "object", + "properties": {}, + "description": "Authentication configuration information" + }, + "DicomServiceProperties": { + "type": "object", + "properties": { + "authenticationConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/DicomServiceAuthenticationConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Authentication configuration information" + }, + "corsConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/CorsConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The settings for the CORS configuration of the service instance." + }, + "encryption": { + "oneOf": [ + { + "$ref": "#/definitions/Encryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Settings to encrypt a service" + }, + "eventState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Disabled", + "Enabled", + "Updating" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "DICOM Service event support status." + }, + "provisioningState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Deleting", + "Succeeded", + "Creating", + "Accepted", + "Verifying", + "Updating", + "Failed", + "Canceled", + "Deprovisioned", + "Moving", + "Suspended", + "Warned", + "SystemMaintenance" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The provisioning state." + }, + "publicNetworkAccess": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Control permission for data plane traffic coming from public networks while private endpoint is enabled." + } + }, + "description": "Dicom Service properties." + }, + "Encryption": { + "type": "object", + "properties": { + "customerManagedKeyEncryption": { + "oneOf": [ + { + "$ref": "#/definitions/EncryptionCustomerManagedKeyEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The encryption settings for the customer-managed key" + } + }, + "description": "Settings to encrypt a service" + }, + "EncryptionCustomerManagedKeyEncryption": { + "type": "object", + "properties": { + "keyEncryptionKeyUrl": { + "type": "string", + "description": "The URL of the key to use for encryption" + } + }, + "description": "The encryption settings for the customer-managed key" + }, + "FhirServiceAcrConfiguration": { + "type": "object", + "properties": { + "loginServers": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The list of the Azure container registry login servers." + }, + "ociArtifacts": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/ServiceOciArtifactEntry" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The list of Open Container Initiative (OCI) artifacts." + } + }, + "description": "Azure container registry configuration information" + }, + "FhirServiceAuthenticationConfiguration": { + "type": "object", + "properties": { + "audience": { + "type": "string", + "description": "The audience url for the service" + }, + "authority": { + "type": "string", + "description": "The authority url for the service" + }, + "smartIdentityProviders": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/SmartIdentityProviderConfiguration" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The array of identity provider configurations for SMART on FHIR authentication." + }, + "smartProxyEnabled": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If the SMART on FHIR proxy is enabled" + } + }, + "description": "Authentication configuration information" + }, + "FhirServiceCorsConfiguration": { + "type": "object", + "properties": { + "allowCredentials": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If credentials are allowed via CORS." + }, + "headers": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The headers to be allowed via CORS." + }, + "maxAge": { + "oneOf": [ + { + "type": "integer", + "minimum": 0, + "maximum": 99999 + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The max age to be allowed via CORS." + }, + "methods": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The methods to be allowed via CORS." + }, + "origins": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The origins to be allowed via CORS." + } + }, + "description": "The settings for the CORS configuration of the service instance." + }, + "FhirServiceExportConfiguration": { + "type": "object", + "properties": { + "storageAccountName": { + "type": "string", + "description": "The name of the default export storage account." + } + }, + "description": "Export operation configuration information" + }, + "FhirServiceImportConfiguration": { + "type": "object", + "properties": { + "enabled": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If the import operation is enabled." + }, + "initialImportMode": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If the FHIR service is in InitialImportMode." + }, + "integrationDataStore": { + "type": "string", + "description": "The name of the default integration storage account." + } + }, + "description": "Import operation configuration information" + }, + "FhirServiceProperties": { + "type": "object", + "properties": { + "acrConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/FhirServiceAcrConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Azure container registry configuration information" + }, + "authenticationConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/FhirServiceAuthenticationConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Authentication configuration information" + }, + "corsConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/FhirServiceCorsConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The settings for the CORS configuration of the service instance." + }, + "encryption": { + "oneOf": [ + { + "$ref": "#/definitions/Encryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Settings to encrypt a service" + }, + "eventState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Disabled", + "Enabled", + "Updating" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Fhir Service event support status." + }, + "exportConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/FhirServiceExportConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Export operation configuration information" + }, + "implementationGuidesConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/ImplementationGuidesConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The settings for Implementation Guides - defining capabilities for national standards, vendor consortiums, clinical societies, etc." + }, + "importConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/FhirServiceImportConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Import operation configuration information" + }, + "provisioningState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Deleting", + "Succeeded", + "Creating", + "Accepted", + "Verifying", + "Updating", + "Failed", + "Canceled", + "Deprovisioned", + "Moving", + "Suspended", + "Warned", + "SystemMaintenance" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The provisioning state." + }, + "publicNetworkAccess": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Control permission for data plane traffic coming from public networks while private endpoint is enabled." + }, + "resourceVersionPolicyConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/ResourceVersionPolicyConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The settings for history tracking for FHIR resources." + } + }, + "description": "Fhir Service properties." + }, + "ImplementationGuidesConfiguration": { + "type": "object", + "properties": { + "usCoreMissingData": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If US Core Missing Data requirement is enabled." + } + }, + "description": "The settings for Implementation Guides - defining capabilities for national standards, vendor consortiums, clinical societies, etc." + }, + "IotConnectorProperties": { + "type": "object", + "properties": { + "deviceMapping": { + "oneOf": [ + { + "$ref": "#/definitions/IotMappingProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The mapping content." + }, + "ingestionEndpointConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/IotEventHubIngestionEndpointConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Event Hub ingestion endpoint configuration" + }, + "provisioningState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Deleting", + "Succeeded", + "Creating", + "Accepted", + "Verifying", + "Updating", + "Failed", + "Canceled", + "Deprovisioned", + "Moving", + "Suspended", + "Warned", + "SystemMaintenance" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The provisioning state." + } + }, + "description": "IoT Connector properties." + }, + "IotEventHubIngestionEndpointConfiguration": { + "type": "object", + "properties": { + "consumerGroup": { + "type": "string", + "description": "Consumer group of the event hub to connected to." + }, + "eventHubName": { + "type": "string", + "description": "Event Hub name to connect to." + }, + "fullyQualifiedEventHubNamespace": { + "type": "string", + "description": "Fully qualified namespace of the Event Hub to connect to." + } + }, + "description": "Event Hub ingestion endpoint configuration" + }, + "IotFhirDestinationProperties": { + "type": "object", + "properties": { + "fhirMapping": { + "oneOf": [ + { + "$ref": "#/definitions/IotMappingProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The mapping content." + }, + "fhirServiceResourceId": { + "type": "string", + "description": "Fully qualified resource id of the FHIR service to connect to." + }, + "provisioningState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Deleting", + "Succeeded", + "Creating", + "Accepted", + "Verifying", + "Updating", + "Failed", + "Canceled", + "Deprovisioned", + "Moving", + "Suspended", + "Warned", + "SystemMaintenance" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The provisioning state." + }, + "resourceIdentityResolutionType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Create", + "Lookup" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Determines how resource identity is resolved on the destination." + } + }, + "required": [ + "fhirMapping", + "fhirServiceResourceId", + "resourceIdentityResolutionType" + ], + "description": "IoT Connector destination properties for an Azure FHIR service." + }, + "IotMappingProperties": { + "type": "object", + "properties": { + "content": { + "type": "object", + "properties": {}, + "description": "The mapping." + } + }, + "description": "The mapping content." + }, + "PrivateEndpoint": { + "type": "object", + "properties": {}, + "description": "The Private Endpoint resource." + }, + "PrivateEndpointConnection": { + "type": "object", + "properties": { + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/PrivateEndpointConnectionProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of the PrivateEndpointConnectProperties." + } + }, + "description": "The Private Endpoint Connection resource." + }, + "PrivateEndpointConnectionProperties": { + "type": "object", + "properties": { + "privateEndpoint": { + "oneOf": [ + { + "$ref": "#/definitions/PrivateEndpoint" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The Private Endpoint resource." + }, + "privateLinkServiceConnectionState": { + "oneOf": [ + { + "$ref": "#/definitions/PrivateLinkServiceConnectionState" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "A collection of information about the state of the connection between service consumer and provider." + }, + "provisioningState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Succeeded", + "Creating", + "Deleting", + "Failed" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The provisioning state of the private endpoint connection resource." + } + }, + "required": [ + "privateLinkServiceConnectionState" + ], + "description": "Properties of the PrivateEndpointConnectProperties." + }, + "PrivateLinkServiceConnectionState": { + "type": "object", + "properties": { + "actionsRequired": { + "type": "string", + "description": "A message indicating if changes on the service provider require any updates on the consumer." + }, + "description": { + "type": "string", + "description": "The reason for approval/rejection of the connection." + }, + "status": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Pending", + "Approved", + "Rejected" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service." + } + }, + "description": "A collection of information about the state of the connection between service consumer and provider." + }, + "ResourceVersionPolicyConfiguration": { + "type": "object", + "properties": { + "default": { + "oneOf": [ + { + "type": "string", + "enum": [ + "no-version", + "versioned", + "versioned-update" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The default value for tracking history across all resources." + }, + "resourceTypeOverrides": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string", + "enum": [ + "no-version", + "versioned", + "versioned-update" + ] + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "A list of FHIR Resources and their version policy overrides." + } + }, + "description": "The settings for history tracking for FHIR resources." + }, + "ServiceAccessPolicyEntry": { + "type": "object", + "properties": { + "objectId": { + "oneOf": [ + { + "type": "string", + "pattern": "^(([0-9A-Fa-f]{8}[-]?(?:[0-9A-Fa-f]{4}[-]?){3}[0-9A-Fa-f]{12}){1})+$" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "An Azure AD object ID (User or Apps) that is allowed access to the FHIR service." + } + }, + "required": [ + "objectId" + ], + "description": "An access policy entry." + }, + "ServiceAcrConfigurationInfo": { + "type": "object", + "properties": { + "loginServers": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The list of the ACR login servers." + }, + "ociArtifacts": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/ServiceOciArtifactEntry" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The list of Open Container Initiative (OCI) artifacts." + } + }, + "description": "Azure container registry configuration information" + }, + "ServiceAuthenticationConfigurationInfo": { + "type": "object", + "properties": { + "audience": { + "type": "string", + "description": "The audience url for the service" + }, + "authority": { + "type": "string", + "description": "The authority url for the service" + }, + "smartProxyEnabled": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If the SMART on FHIR proxy is enabled" + } + }, + "description": "Authentication configuration information" + }, + "ServiceCorsConfigurationInfo": { + "type": "object", + "properties": { + "allowCredentials": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If credentials are allowed via CORS." + }, + "headers": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The headers to be allowed via CORS." + }, + "maxAge": { + "oneOf": [ + { + "type": "integer", + "minimum": 0, + "maximum": 99999 + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The max age to be allowed via CORS." + }, + "methods": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The methods to be allowed via CORS." + }, + "origins": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The origins to be allowed via CORS." + } + }, + "description": "The settings for the CORS configuration of the service instance." + }, + "ServiceCosmosDbConfigurationInfo": { + "type": "object", + "properties": { + "crossTenantCmkApplicationId": { + "oneOf": [ + { + "type": "string", + "pattern": "^(([0-9A-Fa-f]{8}[-]?(?:[0-9A-Fa-f]{4}[-]?){3}[0-9A-Fa-f]{12}){1})+$" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The multi-tenant application id used to enable CMK access for services in a data sovereign region." + }, + "keyVaultKeyUri": { + "type": "string", + "description": "The URI of the customer-managed key for the backing database." + }, + "offerThroughput": { + "oneOf": [ + { + "type": "integer", + "minimum": 400 + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The provisioned throughput for the backing database." + } + }, + "description": "The settings for the Cosmos DB database backing the service." + }, + "ServiceExportConfigurationInfo": { + "type": "object", + "properties": { + "storageAccountName": { + "type": "string", + "description": "The name of the default export storage account." + } + }, + "description": "Export operation configuration information" + }, + "ServiceImportConfigurationInfo": { + "type": "object", + "properties": { + "enabled": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If the import operation is enabled." + }, + "initialImportMode": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If the FHIR service is in InitialImportMode." + }, + "integrationDataStore": { + "type": "string", + "description": "The name of the default integration storage account." + } + }, + "description": "Import operation configuration information" + }, + "ServiceManagedIdentityIdentity": { + "type": "object", + "properties": { + "type": { + "oneOf": [ + { + "type": "string", + "enum": [ + "None", + "SystemAssigned", + "UserAssigned", + "SystemAssigned,UserAssigned" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Type of identity being specified, currently SystemAssigned and None are allowed." + }, + "userAssignedIdentities": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/UserAssignedIdentity" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "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." + } + }, + "required": [ + "type" + ], + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "ServiceOciArtifactEntry": { + "type": "object", + "properties": { + "digest": { + "type": "string", + "description": "The artifact digest." + }, + "imageName": { + "type": "string", + "description": "The artifact name." + }, + "loginServer": { + "type": "string", + "description": "The Azure Container Registry login server." + } + }, + "description": "An Open Container Initiative (OCI) artifact." + }, + "ServicesProperties": { + "type": "object", + "properties": { + "accessPolicies": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/ServiceAccessPolicyEntry" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The access policies of the service instance." + }, + "acrConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceAcrConfigurationInfo" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Azure container registry configuration information" + }, + "authenticationConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceAuthenticationConfigurationInfo" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Authentication configuration information" + }, + "corsConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceCorsConfigurationInfo" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The settings for the CORS configuration of the service instance." + }, + "cosmosDbConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceCosmosDbConfigurationInfo" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The settings for the Cosmos DB database backing the service." + }, + "exportConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceExportConfigurationInfo" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Export operation configuration information" + }, + "importConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceImportConfigurationInfo" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Import operation configuration information" + }, + "privateEndpointConnections": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/PrivateEndpointConnection" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The list of private endpoint connections that are set up for this resource." + }, + "provisioningState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Deleting", + "Succeeded", + "Creating", + "Accepted", + "Verifying", + "Updating", + "Failed", + "Canceled", + "Deprovisioned", + "Moving", + "Suspended", + "Warned", + "SystemMaintenance" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The provisioning state." + }, + "publicNetworkAccess": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Control permission for data plane traffic coming from public networks while private endpoint is enabled." + } + }, + "description": "The properties of a service instance." + }, + "ServicesResourceIdentity": { + "type": "object", + "properties": { + "type": { + "oneOf": [ + { + "type": "string", + "enum": [ + "SystemAssigned", + "None" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Type of identity being specified, currently SystemAssigned and None are allowed." + } + }, + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "services_privateEndpointConnections_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-12-01" + ] + }, + "name": { + "type": "string", + "description": "The name of the private endpoint connection associated with the Azure resource" + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/PrivateEndpointConnectionProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of the PrivateEndpointConnectProperties." + }, + "type": { + "type": "string", + "enum": [ + "privateEndpointConnections" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/services/privateEndpointConnections" + }, + "SmartIdentityProviderApplication": { + "type": "object", + "properties": { + "allowedDataActions": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "Read", + "Write", + "Delete", + "Export" + ] + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The actions that are permitted to be performed on FHIR resources for the application." + }, + "audience": { + "type": "string", + "description": "The audience that will be used to validate bearer tokens against the given authority." + }, + "clientId": { + "type": "string", + "description": "The application client id defined in the identity provider. This value will be used to validate bearer tokens against the given authority." + } + }, + "description": "An Application configured in the Identity Provider used to access FHIR resources." + }, + "SmartIdentityProviderConfiguration": { + "type": "object", + "properties": { + "applications": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/SmartIdentityProviderApplication" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The array of identity provider applications for SMART on FHIR authentication." + }, + "authority": { + "type": "string", + "description": "The identity provider token authority also known as the token issuing authority." + } + }, + "description": "An object to configure an identity provider for use with SMART on FHIR authentication." + }, + "SystemData": { + "type": "object", + "properties": { + "createdAt": { + "type": "string", + "format": "date-time", + "description": "The timestamp of resource creation (UTC)." + }, + "createdBy": { + "type": "string", + "description": "The identity that created the resource." + }, + "createdByType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "User", + "Application", + "ManagedIdentity", + "Key" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The type of identity that created the resource." + }, + "lastModifiedAt": { + "type": "string", + "format": "date-time", + "description": "The timestamp of resource last modification (UTC)" + }, + "lastModifiedBy": { + "type": "string", + "description": "The identity that last modified the resource." + }, + "lastModifiedByType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "User", + "Application", + "ManagedIdentity", + "Key" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The type of identity that last modified the resource." + } + }, + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "UserAssignedIdentity": { + "type": "object", + "properties": {}, + "description": "User assigned identity properties" + }, + "WorkspaceProperties": { + "type": "object", + "properties": { + "provisioningState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Deleting", + "Succeeded", + "Creating", + "Accepted", + "Verifying", + "Updating", + "Failed", + "Canceled", + "Deprovisioned", + "Moving", + "Suspended", + "Warned", + "SystemMaintenance" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The provisioning state." + }, + "publicNetworkAccess": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Control permission for data plane traffic coming from public networks while private endpoint is enabled." + } + }, + "description": "Workspaces resource specific properties." + }, + "workspaces_dicomservices_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-12-01" + ] + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceManagedIdentityIdentity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of DICOM Service resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/DicomServiceProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Dicom Service properties." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Resource tags." + }, + "type": { + "type": "string", + "enum": [ + "dicomservices" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/dicomservices" + }, + "workspaces_fhirservices_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-12-01" + ] + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceManagedIdentityIdentity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "kind": { + "oneOf": [ + { + "type": "string", + "enum": [ + "fhir-Stu3", + "fhir-R4" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The kind of the service." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of FHIR Service resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/FhirServiceProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Fhir Service properties." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Resource tags." + }, + "type": { + "type": "string", + "enum": [ + "fhirservices" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/fhirservices" + }, + "workspaces_iotconnectors_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-12-01" + ] + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceManagedIdentityIdentity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Setting indicating whether the service has a managed identity associated with it." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of IoT Connector resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/IotConnectorProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "IoT Connector properties." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Resource tags." + }, + "type": { + "type": "string", + "enum": [ + "iotconnectors" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/iotconnectors" + }, + "workspaces_iotconnectors_fhirdestinations_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-12-01" + ] + }, + "etag": { + "type": "string", + "description": "An etag associated with the resource, used for optimistic concurrency when editing it." + }, + "location": { + "type": "string", + "description": "The resource location." + }, + "name": { + "type": "string", + "minLength": 3, + "maxLength": 24, + "description": "The name of IoT Connector FHIR destination resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/IotFhirDestinationProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "IoT Connector destination properties for an Azure FHIR service." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "type": { + "type": "string", + "enum": [ + "fhirdestinations" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations" + }, + "workspaces_privateEndpointConnections_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-12-01" + ] + }, + "name": { + "type": "string", + "description": "The name of the private endpoint connection associated with the Azure resource" + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/PrivateEndpointConnectionProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of the PrivateEndpointConnectProperties." + }, + "systemData": { + "oneOf": [ + { + "$ref": "#/definitions/SystemData" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Metadata pertaining to creation and last modification of the resource." + }, + "type": { + "type": "string", + "enum": [ + "privateEndpointConnections" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.HealthcareApis/workspaces/privateEndpointConnections" + } + } +} \ No newline at end of file diff --git a/schemas/common/autogeneratedResources.json b/schemas/common/autogeneratedResources.json index a49f243324..ba92fe06b0 100644 --- a/schemas/common/autogeneratedResources.json +++ b/schemas/common/autogeneratedResources.json @@ -1,41767 +1,41815 @@ -{ - "id": "https://schema.management.azure.com/schemas/common/autogeneratedResources.json#", - "$schema": "http://json-schema.org/draft-04/schema#", - "title": "autogeneratedResources", - "description": "Resource templates which have been automatically generated from swagger specifications", - "type": "object", - "allOf": [ - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/resourceBase" - }, - { - "oneOf": [ - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Dynatrace.Observability.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Dynatrace.Observability.json#/resourceDefinitions/monitors_singleSignOnConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Dynatrace.Observability.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Dynatrace.Observability.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Dynatrace.Observability.json#/resourceDefinitions/monitors_singleSignOnConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Dynatrace.Observability.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-27/Dynatrace.Observability.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-27/Dynatrace.Observability.json#/resourceDefinitions/monitors_singleSignOnConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-27/Dynatrace.Observability.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-01-01/Microsoft.AAD.json#/resourceDefinitions/domainServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.AAD.json#/resourceDefinitions/domainServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.AAD.json#/resourceDefinitions/domainServices_ouContainer" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.AAD.json#/resourceDefinitions/domainServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.AAD.json#/resourceDefinitions/domainServices_ouContainer" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.AAD.json#/resourceDefinitions/domainServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.AAD.json#/resourceDefinitions/domainServices_ouContainer" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Aadiam.json#/resourceDefinitions/privateLinkForAzureAd" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Aadiam.json#/resourceDefinitions/privateLinkForAzureAd_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.Aadiam.json#/resourceDefinitions/privateLinkForAzureAd" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.Aadiam.json#/resourceDefinitions/azureADMetrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-12-preview/Microsoft.Advisor.json#/unknown_resourceDefinitions/recommendations_suppressions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-31/Microsoft.Advisor.json#/unknown_resourceDefinitions/recommendations_suppressions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-19/Microsoft.Advisor.json#/resourceDefinitions/configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-19/Microsoft.Advisor.json#/unknown_resourceDefinitions/recommendations_suppressions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Advisor.json#/resourceDefinitions/configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Advisor.json#/unknown_resourceDefinitions/recommendations_suppressions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Advisor.json#/resourceDefinitions/configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Advisor.json#/unknown_resourceDefinitions/recommendations_suppressions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Advisor.json#/resourceDefinitions/configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Advisor.json#/unknown_resourceDefinitions/recommendations_suppressions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Advisor.json#/resourceDefinitions/configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Advisor.json#/unknown_resourceDefinitions/recommendations_suppressions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-12-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-12-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats_solutions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats_dataConnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats_solutions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.AlertsManagement.json#/resourceDefinitions/smartDetectorAlertRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-05-preview/Microsoft.AlertsManagement.json#/resourceDefinitions/actionRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.AlertsManagement.json#/resourceDefinitions/smartDetectorAlertRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.AlertsManagement.json#/resourceDefinitions/smartDetectorAlertRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-22-preview/Microsoft.AlertsManagement.json#/resourceDefinitions/prometheusRuleGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-08/Microsoft.AlertsManagement.json#/resourceDefinitions/actionRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-08-preview/Microsoft.AlertsManagement.json#/resourceDefinitions/actionRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AlertsManagement.json#/resourceDefinitions/prometheusRuleGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AlertsManagement.json#/resourceDefinitions/actionRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-16/Microsoft.AnalysisServices.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-07-14/Microsoft.AnalysisServices.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.AnalysisServices.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ApiCenter.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2024-03-01/Microsoft.ApiCenter.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2024-03-01/Microsoft.ApiCenter.json#/resourceDefinitions/services_metadataSchemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2024-03-01/Microsoft.ApiCenter.json#/resourceDefinitions/services_workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2024-03-01/Microsoft.ApiCenter.json#/resourceDefinitions/services_workspaces_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2024-03-01/Microsoft.ApiCenter.json#/resourceDefinitions/services_workspaces_apis_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2024-03-01/Microsoft.ApiCenter.json#/resourceDefinitions/services_workspaces_apis_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2024-03-01/Microsoft.ApiCenter.json#/resourceDefinitions/services_workspaces_apis_versions_definitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2024-03-01/Microsoft.ApiCenter.json#/resourceDefinitions/services_workspaces_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_properties" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policy" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policy" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policy" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_properties" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_api-version-sets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_properties" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_api-version-sets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_properties" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_api-version-sets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_properties" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_properties" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policyFragments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalconfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders_authorizations_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policyFragments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalconfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_resolvers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_resolvers_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_wikis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders_authorizations_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_documentations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policyFragments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalconfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_wikis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_resolvers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_resolvers_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_wikis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders_authorizations_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_documentations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policyFragments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalconfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apiLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groupLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_wikis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags_apiLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags_operationLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags_productLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apiVersionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_namedValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_policyFragments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_products_apiLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_products_groupLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_tags_apiLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_tags_operationLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_tags_productLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_resolvers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_resolvers_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_wikis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders_authorizations_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_documentations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policyFragments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalconfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apiLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groupLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_wikis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags_apiLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags_operationLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags_productLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_operations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_operations_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_releases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apiVersionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_groups_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_namedValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_notifications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_notifications_recipientEmails" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_notifications_recipientUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_policyFragments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_products_apiLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_products_groupLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_products_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_schemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_tags_apiLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_tags_operationLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_tags_productLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.App.json#/resourceDefinitions/containerApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_daprComponents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/connectedEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_daprComponents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/containerApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_daprComponents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_managedCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_daprComponents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_managedCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/connectedEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_daprComponents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/containerApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_managedCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_daprComponents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/containerApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_managedCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/builders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/builders_builds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_daprComponents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_resiliencyPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents_resiliencyPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_managedCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_keyValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_keyValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_keyValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_keyValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_replicas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_keyValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_keyValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_replicas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators_customizedAccelerators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationLiveViews" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_DevToolPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators_customizedAccelerators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationLiveViews" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_DevToolPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators_customizedAccelerators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationLiveViews" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_containerRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_DevToolPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators_customizedAccelerators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationLiveViews" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_containerRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_DevToolPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_eurekaServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators_customizedAccelerators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationLiveViews" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_containerRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_DevToolPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_eurekaServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators_customizedAccelerators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationLiveViews" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_containerRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_DevToolPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_eurekaServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators_customizedAccelerators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationLiveViews" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_containerRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_DevToolPortals" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_eurekaServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Attestation.json#/resourceDefinitions/attestationProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Attestation.json#/resourceDefinitions/attestationProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Attestation.json#/resourceDefinitions/attestationProviders_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Attestation.json#/resourceDefinitions/attestationProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Attestation.json#/resourceDefinitions/attestationProviders_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Attestation.json#/resourceDefinitions/attestationProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Attestation.json#/resourceDefinitions/attestationProviders_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-07-01/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-07-01/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignmentScheduleRequests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleEligibilityScheduleRequests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleManagementPolicyAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignmentScheduleRequests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleEligibilityScheduleRequests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleManagementPolicyAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/accessReviewHistoryDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/accessReviewScheduleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/accessReviewScheduleDefinitions_instances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/accessReviewScheduleSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignmentScheduleRequests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleEligibilityScheduleRequests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-01-01/Microsoft.Authorization.Resources.json#/resourceDefinitions/locks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyassignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyassignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Authorization.Resources.json#/resourceDefinitions/locks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Authorization.Resources.json#/resourceDefinitions/locks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01-preview/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Authorization.Resources.json#/resourceDefinitions/locks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Authorization.Resources.json#/resourceDefinitions/resourceManagementPrivateLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyExemptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyExemptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-30-preview/Microsoft.Automanage.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-30-preview/Microsoft.Automanage.json#/resourceDefinitions/configurationProfilePreferences" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-30-preview/Microsoft.Automanage.json#/resourceDefinitions/configurationProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-30-preview/Microsoft.Automanage.json#/resourceDefinitions/configurationProfiles_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-04/Microsoft.Automanage.json#/resourceDefinitions/configurationProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-04/Microsoft.Automanage.json#/resourceDefinitions/configurationProfiles_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_compilationjobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connectionTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_modules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_nodeConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks_draft" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_variables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_watchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_softwareUpdateConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls_sourceControlSyncJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-15/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_compilationjobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-15/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_nodeConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-30/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python2Packages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-30/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-30/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks_draft" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_compilationjobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connectionTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_modules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_nodeConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python2Packages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks_draft" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_softwareUpdateConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls_sourceControlSyncJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_variables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_watchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_compilationjobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connectionTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_modules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_nodeConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python2Packages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls_sourceControlSyncJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_variables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_watchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-22/Microsoft.Automation.json#/resourceDefinitions/automationAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-22/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-22/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups_hybridRunbookWorkers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-22/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connectionTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups_hybridRunbookWorkers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_modules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_nodeConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python2Packages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python3Packages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks_draft" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls_sourceControlSyncJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_variables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_compilationjobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connectionTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups_hybridRunbookWorkers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_modules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_nodeConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python2Packages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python3Packages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks_draft" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runtimeEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runtimeEnvironments_packages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_softwareUpdateConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls_sourceControlSyncJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_variables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_watchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connectionTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups_hybridRunbookWorkers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_modules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_nodeConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_powerShell72Modules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python2Packages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python3Packages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks_draft" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls_sourceControlSyncJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_variables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.AutonomousDevelopmentPlatform.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.AutonomousDevelopmentPlatform.json#/resourceDefinitions/accounts_dataPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.AutonomousDevelopmentPlatform.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.AutonomousDevelopmentPlatform.json#/resourceDefinitions/accounts_dataPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.AutonomousDevelopmentPlatform.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.AutonomousDevelopmentPlatform.json#/resourceDefinitions/accounts_dataPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-20/Microsoft.AVS.json#/resourceDefinitions/privateClouds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-20/Microsoft.AVS.json#/resourceDefinitions/privateClouds_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-20/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-20/Microsoft.AVS.json#/resourceDefinitions/privateClouds_hcxEnterpriseSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_globalReachConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_hcxEnterpriseSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dhcpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsZones" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_portMirroringProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_segments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_vmGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_globalReachConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_hcxEnterpriseSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dhcpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsZones" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_portMirroringProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_segments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_vmGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_cloudLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_globalReachConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_hcxEnterpriseSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_scriptExecutions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dhcpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsZones" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_portMirroringProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_publicIPs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_segments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_vmGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_cloudLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters_placementPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_globalReachConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_hcxEnterpriseSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_scriptExecutions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dhcpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsZones" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_portMirroringProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_publicIPs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_segments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_vmGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_cloudLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters_placementPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_globalReachConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_hcxEnterpriseSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_scriptExecutions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dhcpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsZones" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_portMirroringProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_publicIPs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_segments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_vmGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_cloudLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters_placementPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_globalReachConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_hcxEnterpriseSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_scriptExecutions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dhcpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsZones" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_portMirroringProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_publicIPs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_segments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_vmGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01-preview/Microsoft.AzureActiveDirectory.json#/resourceDefinitions/b2cDirectories" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.AzureActiveDirectory.json#/resourceDefinitions/guestUsages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.AzureActiveDirectory.json#/resourceDefinitions/b2cDirectories" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.AzureActiveDirectory.json#/resourceDefinitions/guestUsages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-18-preview/Microsoft.AzureActiveDirectory.json#/resourceDefinitions/b2cDirectories" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-18-preview/Microsoft.AzureActiveDirectory.json#/resourceDefinitions/guestUsages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/postgresInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlManagedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/postgresInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlManagedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.AzureArcData.json#/resourceDefinitions/sqlManagedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.AzureArcData.json#/resourceDefinitions/sqlManagedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers_activeDirectoryConnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/postgresInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlManagedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers_activeDirectoryConnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/postgresInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlManagedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers_activeDirectoryConnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/postgresInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlManagedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlManagedInstances_failoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-24-preview/Microsoft.AzureData.json#/resourceDefinitions/sqlServerRegistrations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-24-preview/Microsoft.AzureData.json#/resourceDefinitions/sqlServerRegistrations_sqlServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.AzurePlaywrightService.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AzureSphere.json#/resourceDefinitions/catalogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AzureSphere.json#/resourceDefinitions/catalogs_images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AzureSphere.json#/resourceDefinitions/catalogs_products" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AzureSphere.json#/resourceDefinitions/catalogs_products_deviceGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AzureSphere.json#/resourceDefinitions/catalogs_products_deviceGroups_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AzureSphere.json#/resourceDefinitions/catalogs_products_deviceGroups_devices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-01-01/Microsoft.AzureStack.json#/resourceDefinitions/registrations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.AzureStack.json#/resourceDefinitions/registrations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.AzureStack.json#/resourceDefinitions/registrations_customerSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.AzureStack.json#/resourceDefinitions/linkedSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.AzureStack.json#/resourceDefinitions/registrations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.AzureStack.json#/resourceDefinitions/registrations_customerSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.AzureStack.json#/resourceDefinitions/registrations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.AzureStack.json#/resourceDefinitions/registrations_customerSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/galleryimages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/networkinterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualharddisks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualmachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualnetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/galleryimages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/marketplacegalleryimages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/networkinterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/storagecontainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualharddisks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualmachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualMachines_guestAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualMachines_hybridIdentityMetadata" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualnetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updates_updateRuns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updateSummaries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updates_updateRuns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updateSummaries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updates_updateRuns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updateSummaries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-06/Microsoft.BareMetalInfrastructure.json#/resourceDefinitions/bareMetalStorageInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-04-preview/Microsoft.BareMetalInfrastructure.json#/resourceDefinitions/bareMetalStorageInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.BatchAI.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.BatchAI.json#/resourceDefinitions/fileServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.BatchAI.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.BatchAI.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.BatchAI.json#/resourceDefinitions/fileServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.BatchAI.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.BatchAI.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.BatchAI.json#/resourceDefinitions/workspaces_clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.BatchAI.json#/resourceDefinitions/workspaces_experiments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.BatchAI.json#/resourceDefinitions/workspaces_experiments_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.BatchAI.json#/resourceDefinitions/workspaces_fileServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Blockchain.json#/resourceDefinitions/blockchainMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Blockchain.json#/resourceDefinitions/blockchainMembers_transactionNodes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.BotService.json#/resourceDefinitions/botServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.BotService.json#/resourceDefinitions/botServices_channels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.BotService.json#/resourceDefinitions/botServices_Connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-12/Microsoft.BotService.json#/resourceDefinitions/botServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-12/Microsoft.BotService.json#/resourceDefinitions/botServices_channels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-12/Microsoft.BotService.json#/resourceDefinitions/botServices_Connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-12/Microsoft.BotService.json#/resourceDefinitions/enterpriseChannels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-02/Microsoft.BotService.json#/resourceDefinitions/botServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-02/Microsoft.BotService.json#/resourceDefinitions/botServices_channels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-02/Microsoft.BotService.json#/resourceDefinitions/botServices_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.BotService.json#/resourceDefinitions/botServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.BotService.json#/resourceDefinitions/botServices_channels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.BotService.json#/resourceDefinitions/botServices_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.BotService.json#/resourceDefinitions/botServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_channels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.BotService.json#/resourceDefinitions/botServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_channels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-15/Microsoft.BotService.json#/resourceDefinitions/botServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-15/Microsoft.BotService.json#/resourceDefinitions/botServices_channels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-15/Microsoft.BotService.json#/resourceDefinitions/botServices_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-15/Microsoft.BotService.json#/resourceDefinitions/botServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.BotService.json#/resourceDefinitions/botServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_channels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Cache.json#/resourceDefinitions/Redis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Cache.json#/resourceDefinitions/Redis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Cache.json#/resourceDefinitions/Redis_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Cache.json#/resourceDefinitions/Redis_patchSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-02-01/Microsoft.Cache.json#/resourceDefinitions/Redis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-02-01/Microsoft.Cache.json#/resourceDefinitions/Redis_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-02-01/Microsoft.Cache.json#/resourceDefinitions/Redis_linkedServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-02-01/Microsoft.Cache.json#/resourceDefinitions/Redis_patchSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Cache.json#/resourceDefinitions/Redis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Cache.json#/resourceDefinitions/Redis_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Cache.json#/resourceDefinitions/Redis_linkedServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Cache.json#/resourceDefinitions/Redis_patchSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Cache.json#/resourceDefinitions/Redis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Cache.json#/resourceDefinitions/Redis_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Cache.json#/resourceDefinitions/Redis_linkedServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Cache.json#/resourceDefinitions/Redis_patchSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Cache.json#/resourceDefinitions/Redis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Cache.json#/resourceDefinitions/Redis_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Cache.json#/resourceDefinitions/Redis_linkedServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Cache.json#/resourceDefinitions/Redis_patchSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Cache.json#/resourceDefinitions/redis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cache.json#/resourceDefinitions/redis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Cache.json#/resourceDefinitions/redis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Cache.json#/resourceDefinitions/redis_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Cache.json#/resourceDefinitions/redis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Cache.json#/resourceDefinitions/redis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Cache.json#/resourceDefinitions/redis_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Cache.json#/resourceDefinitions/redis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Cache.json#/resourceDefinitions/redis_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Cache.json#/resourceDefinitions/redis_accessPolicyAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Cache.json#/resourceDefinitions/redis_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Cache.json#/resourceDefinitions/redis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Cache.json#/resourceDefinitions/redis_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Cache.json#/resourceDefinitions/redis_accessPolicyAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Cache.json#/resourceDefinitions/redis_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-02/Microsoft.Cdn.json#/resourceDefinitions/profiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-12/Microsoft.Cdn.json#/resourceDefinitions/profiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-12/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-12/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-15/Microsoft.Cdn.json#/resourceDefinitions/profiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-15/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-15/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-15/Microsoft.Cdn.json#/resourceDefinitions/CdnWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-15/Microsoft.Cdn.json#/resourceDefinitions/profiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-15/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-15/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-15-preview/Microsoft.Cdn.json#/resourceDefinitions/CdnWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-15-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-15-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-15-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-31/Microsoft.Cdn.json#/resourceDefinitions/profiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-31/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-31/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-31/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_originGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-31/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-15/Microsoft.Cdn.json#/resourceDefinitions/CdnWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-15/Microsoft.Cdn.json#/resourceDefinitions/profiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-15/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-15/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-15/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_originGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-15/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/CdnWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_afdEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_afdEndpoints_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_originGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_originGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_originGroups_origins" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_ruleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_ruleSets_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_securityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/cdnWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_afdEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_afdEndpoints_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_originGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_originGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_originGroups_origins" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_ruleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_ruleSets_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_securityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/cdnWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_afdEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_afdEndpoints_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_originGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_originGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_originGroups_origins" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_ruleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_ruleSets_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_securityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/cdnWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_afdEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_afdEndpoints_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_originGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_originGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_originGroups_origins" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_ruleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_ruleSets_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_securityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-15-preview/Microsoft.Chaos.json#/resourceDefinitions/experiments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.Chaos.json#/resourceDefinitions/experiments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.Chaos.json#/resourceDefinitions/experiments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.Chaos.json#/resourceDefinitions/experiments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15-preview/Microsoft.Chaos.json#/resourceDefinitions/experiments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.Chaos.json#/resourceDefinitions/experiments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-27-preview/Microsoft.Chaos.json#/resourceDefinitions/experiments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-27-preview/Microsoft.Chaos.json#/resourceDefinitions/privateAccesses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Chaos.json#/resourceDefinitions/experiments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-02-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-18/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-18/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-30/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-30/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_commitmentPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_commitmentPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_commitmentPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_commitmentPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.CognitiveServices.json#/resourceDefinitions/commitmentPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.CognitiveServices.json#/resourceDefinitions/commitmentPlans_accountAssociations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_commitmentPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.CognitiveServices.json#/resourceDefinitions/commitmentPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.CognitiveServices.json#/resourceDefinitions/commitmentPlans_accountAssociations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_commitmentPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_encryptionScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_raiBlocklists" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_raiBlocklists_raiBlocklistItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_raiPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/commitmentPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/commitmentPlans_accountAssociations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-20/Microsoft.Communication.json#/resourceDefinitions/communicationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-20-preview/Microsoft.Communication.json#/resourceDefinitions/communicationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.Communication.json#/resourceDefinitions/communicationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.Communication.json#/resourceDefinitions/communicationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Communication.json#/resourceDefinitions/communicationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains_senderUsernames" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-31/Microsoft.Communication.json#/resourceDefinitions/communicationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-31/Microsoft.Communication.json#/resourceDefinitions/emailServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-31/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-31/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains_senderUsernames" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Communication.json#/resourceDefinitions/communicationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Communication.json#/resourceDefinitions/emailServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains_senderUsernames" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.Communication.json#/resourceDefinitions/communicationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains_senderUsernames" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.Communication.json#/resourceDefinitions/communicationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains_senderUsernames" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains_suppressionLists" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains_suppressionLists_suppressionListAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Community.json#/resourceDefinitions/communityTrainings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-30/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-30/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-30/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-30/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-30/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-30/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-30/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-30/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/galleries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-30/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-30/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/galleries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/galleries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-30/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-30/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-30/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-30/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/diskAccesses_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/galleries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/galleries_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/galleries_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/galleries_images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Compute.json#/resourceDefinitions/cloudServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/cloudServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections_restorePoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups_capacityReservations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections_restorePoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups_capacityReservations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections_restorePoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.Compute.json#/resourceDefinitions/galleries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups_capacityReservations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections_restorePoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-03/Microsoft.Compute.json#/resourceDefinitions/galleries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-03/Microsoft.Compute.json#/resourceDefinitions/galleries_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-03/Microsoft.Compute.json#/resourceDefinitions/galleries_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-03/Microsoft.Compute.json#/resourceDefinitions/galleries_images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-03/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups_capacityReservations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections_restorePoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-02/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-02/Microsoft.Compute.json#/resourceDefinitions/diskAccesses_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-02/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-02/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-02/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-03/Microsoft.Compute.json#/resourceDefinitions/galleries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-03/Microsoft.Compute.json#/resourceDefinitions/galleries_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-03/Microsoft.Compute.json#/resourceDefinitions/galleries_applications_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-03/Microsoft.Compute.json#/resourceDefinitions/galleries_images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-03/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-04/Microsoft.Compute.json#/resourceDefinitions/cloudServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-02/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-02/Microsoft.Compute.json#/resourceDefinitions/diskAccesses_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-02/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-02/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-02/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups_capacityReservations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections_restorePoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-04/Microsoft.Compute.json#/resourceDefinitions/cloudServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups_capacityReservations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections_restorePoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-02/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-02/Microsoft.Compute.json#/resourceDefinitions/diskAccesses_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-02/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-02/Microsoft.Compute.json#/resourceDefinitions/disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-02/Microsoft.Compute.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups_capacityReservations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections_restorePoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.ConfidentialLedger.json#/resourceDefinitions/ledgers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-13-preview/Microsoft.ConfidentialLedger.json#/resourceDefinitions/ledgers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-13/Microsoft.ConfidentialLedger.json#/resourceDefinitions/ledgers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-08-preview/Microsoft.ConfidentialLedger.json#/resourceDefinitions/ledgers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-08-preview/Microsoft.ConfidentialLedger.json#/resourceDefinitions/managedCCFs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Confluent.json#/resourceDefinitions/organizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.Confluent.json#/resourceDefinitions/organizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.Confluent.json#/resourceDefinitions/organizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.Confluent.json#/resourceDefinitions/organizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Confluent.json#/resourceDefinitions/organizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-22/Microsoft.Confluent.json#/resourceDefinitions/organizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/resourcePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/vcenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/vcenters_inventoryItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_guestAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_hybridIdentityMetadata" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachineTemplates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/resourcePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/vcenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/vcenters_inventoryItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_guestAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_hybridIdentityMetadata" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachineTemplates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/resourcePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/vcenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/vcenters_inventoryItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_guestAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_hybridIdentityMetadata" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachineTemplates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-31/Microsoft.Consumption.json#/resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-31/Microsoft.Consumption.json#/resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-30/Microsoft.Consumption.json#/resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-31/Microsoft.Consumption.json#/resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Consumption.json#/resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01-preview/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01-preview/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01-preview/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01-preview/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-27-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_buildTasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_buildTasks_steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_taskRuns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_cacheRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_credentialSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_cacheRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_credentialSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_packages_archives" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_packages_archives_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_cacheRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_credentialSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_cacheRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_credentialSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_packages_archives" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_packages_archives_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_cacheRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_credentialSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_packages_archives" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_packages_archives_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.ContainerService.json#/resourceDefinitions/containerServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-30/Microsoft.ContainerService.json#/resourceDefinitions/containerServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-01-31/Microsoft.ContainerService.json#/resourceDefinitions/containerServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-07-01/Microsoft.ContainerService.json#/resourceDefinitions/containerServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-31/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-31/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-30-preview/Microsoft.ContainerService.json#/resourceDefinitions/openShiftManagedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-30/Microsoft.ContainerService.json#/resourceDefinitions/openShiftManagedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-30-preview/Microsoft.ContainerService.json#/resourceDefinitions/openShiftManagedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-27-preview/Microsoft.ContainerService.json#/resourceDefinitions/openShiftManagedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/fleets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/fleets_members" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/fleets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/fleets_members" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-03-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-03-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-03-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-03-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-03-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-03-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-03-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/fleets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/fleets_members" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ContainerStorage.json#/resourceDefinitions/pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ContainerStorage.json#/resourceDefinitions/pools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ContainerStorage.json#/resourceDefinitions/pools_volumeSnapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ContainerStorage.json#/resourceDefinitions/pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ContainerStorage.json#/resourceDefinitions/pools_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ContainerStorage.json#/resourceDefinitions/pools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-05-31/Microsoft.CostManagement.json#/resourceDefinitions/reportconfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01-preview/Microsoft.CostManagement.json#/resourceDefinitions/connectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01-preview/Microsoft.CostManagement.json#/resourceDefinitions/reports" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/scheduledActions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/scheduledActions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/scheduledActions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-05-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/scheduledActions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/scheduledActions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/budgets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/scheduledActions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.CustomProviders.json#/resourceDefinitions/resourceProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.Dashboard.json#/resourceDefinitions/grafana" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Dashboard.json#/resourceDefinitions/grafana" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Dashboard.json#/resourceDefinitions/grafana_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Dashboard.json#/resourceDefinitions/grafana" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Dashboard.json#/resourceDefinitions/grafana_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.Dashboard.json#/resourceDefinitions/grafana" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.Dashboard.json#/resourceDefinitions/grafana_managedPrivateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.Dashboard.json#/resourceDefinitions/grafana_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.Dashboard.json#/resourceDefinitions/grafana" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.Dashboard.json#/resourceDefinitions/grafana_managedPrivateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.Dashboard.json#/resourceDefinitions/grafana_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.DataBox.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticProactiveLogCollectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticRemoteSupportSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticProactiveLogCollectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticRemoteSupportSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticProactiveLogCollectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticRemoteSupportSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticProactiveLogCollectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticRemoteSupportSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticProactiveLogCollectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticRemoteSupportSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticProactiveLogCollectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticRemoteSupportSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticProactiveLogCollectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticRemoteSupportSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticProactiveLogCollectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticRemoteSupportSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Databricks.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Databricks.json#/resourceDefinitions/workspaces_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Databricks.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Databricks.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Databricks.json#/resourceDefinitions/workspaces_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Databricks.json#/resourceDefinitions/accessConnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Databricks.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Databricks.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Databricks.json#/resourceDefinitions/workspaces_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.Databricks.json#/resourceDefinitions/accessConnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Databricks.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Databricks.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Databricks.json#/resourceDefinitions/workspaces_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Databricks.json#/resourceDefinitions/accessConnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.DataCatalog.json#/resourceDefinitions/catalogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-01-preview/Microsoft.Datadog.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-01-preview/Microsoft.Datadog.json#/resourceDefinitions/monitors_singleSignOnConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-01-preview/Microsoft.Datadog.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Datadog.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_singleSignOnConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Datadog.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_singleSignOnConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Datadog.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_singleSignOnConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Datadog.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_monitoredSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_singleSignOnConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.DataFactory.json#/resourceDefinitions/factories" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.DataFactory.json#/resourceDefinitions/factories_datasets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.DataFactory.json#/resourceDefinitions/factories_integrationRuntimes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.DataFactory.json#/resourceDefinitions/factories_linkedservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.DataFactory.json#/resourceDefinitions/factories_pipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.DataFactory.json#/resourceDefinitions/factories_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_adfcdcs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_dataflows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_datasets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_globalParameters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_integrationRuntimes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_linkedservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_managedVirtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_managedVirtualNetworks_managedPrivateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_pipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_computePolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_DataLakeStoreAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_StorageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_computePolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_dataLakeStoreAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_computePolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_dataLakeStoreAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeStore.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeStore.json#/resourceDefinitions/accounts_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeStore.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeStore.json#/resourceDefinitions/accounts_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeStore.json#/resourceDefinitions/accounts_trustedIdProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeStore.json#/resourceDefinitions/accounts_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-31-preview/Microsoft.DataMigration.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-31-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-31-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-19/Microsoft.DataMigration.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-19/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-19/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_files" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_serviceTasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-30/Microsoft.DataMigration.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-30/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-30/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_files" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-30/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-30/Microsoft.DataMigration.json#/resourceDefinitions/services_serviceTasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_files" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_serviceTasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/sqlMigrationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_files" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_serviceTasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/sqlMigrationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_files" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_serviceTasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/sqlMigrationServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-31-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-31-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-31-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-31-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-16-preview/Microsoft.DataReplication.json#/resourceDefinitions/replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-16-preview/Microsoft.DataReplication.json#/resourceDefinitions/replicationFabrics_fabricAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-16-preview/Microsoft.DataReplication.json#/resourceDefinitions/replicationVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-16-preview/Microsoft.DataReplication.json#/resourceDefinitions/replicationVaults_alertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-16-preview/Microsoft.DataReplication.json#/resourceDefinitions/replicationVaults_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-16-preview/Microsoft.DataReplication.json#/resourceDefinitions/replicationVaults_replicationExtensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-16-preview/Microsoft.DataReplication.json#/resourceDefinitions/replicationVaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_dataSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_invitations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_synchronizationSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_dataSetMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.DataShare.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_dataSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_invitations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_synchronizationSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_dataSetMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataShare.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_dataSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_invitations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_synchronizationSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_dataSetMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_dataSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_invitations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_synchronizationSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_dataSetMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.DataShare.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_dataSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_invitations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_synchronizationSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_dataSetMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-08/Microsoft.DBforPostgreSQL.Hsc.json#/resourceDefinitions/serverGroupsv2" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-08/Microsoft.DBforPostgreSQL.Hsc.json#/resourceDefinitions/serverGroupsv2_coordinatorConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-08/Microsoft.DBforPostgreSQL.Hsc.json#/resourceDefinitions/serverGroupsv2_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-08/Microsoft.DBforPostgreSQL.Hsc.json#/resourceDefinitions/serverGroupsv2_nodeConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-08/Microsoft.DBforPostgreSQL.Hsc.json#/resourceDefinitions/serverGroupsv2_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-08/Microsoft.DBforPostgreSQL.Hsc.json#/resourceDefinitions/serverGroupsv2_roles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-14-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-14-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-05-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-20-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-20-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-20-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-20-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-08-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-08-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-08-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-08-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-08-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_migrations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_migrations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_migrations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_virtualendpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-08-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/controller" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-08-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/delegatedSubnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-08-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/orchestrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DelegatedNetwork.json#/resourceDefinitions/controller" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DelegatedNetwork.json#/resourceDefinitions/delegatedSubnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DelegatedNetwork.json#/resourceDefinitions/orchestrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-18-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/controller" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-18-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/delegatedSubnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-18-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/orchestrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-27-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/controller" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-27-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/delegatedSubnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-27-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/orchestrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/artifactSources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/rollouts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/serviceTopologies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/serviceTopologies_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/serviceTopologies_services_serviceUnits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/artifactSources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/rollouts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/serviceTopologies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/serviceTopologies_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/serviceTopologies_services_serviceUnits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-23-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-23-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-23-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-23-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-24-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-24-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-24-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-24-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-21-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-21-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-21-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-21-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-21-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-19-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-19-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-19-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-19-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-19-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-02-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-02-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-02-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-02-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-02-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-09-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-09-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-09-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-09-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-09-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-09-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-12/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-12/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-12/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-12/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-12/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-12/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-03-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-03-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-03-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-03-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-03-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-03-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-03-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-03-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_pooledSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-09/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-09/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-09/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-09/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-09/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-09/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_pooledSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-09/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_pooledSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_personalSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_pooledSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_personalSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_pooledSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/appAttachPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_personalSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_pooledSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_attachednetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_catalogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_devboxdefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_environmentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_galleries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/networkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_environmentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_attachednetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_catalogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_devboxdefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_environmentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_galleries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/networkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_environmentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_attachednetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_catalogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_devboxdefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_environmentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_galleries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/networkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_environmentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_attachednetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_catalogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_devboxdefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_environmentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_galleries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/networkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_environmentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_attachednetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_catalogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_devboxdefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_environmentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_galleries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/networkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_environmentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/devcenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_attachednetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_catalogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_devboxdefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_environmentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_galleries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/networkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/projects_environmentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_attachednetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_catalogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_devboxdefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_environmentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_galleries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/networkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_environmentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_attachednetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_catalogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_devboxdefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_environmentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_galleries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/networkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_environmentTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DevHub.json#/resourceDefinitions/workflows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-02-03/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-02-03/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-01-19/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-01-19/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-07-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-07-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-07-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-22/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-22/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-22/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-22/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-22/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-22/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-22-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-22-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-22-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-04/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-04/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-04/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-15/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-15/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-15/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-15/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-10-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-10-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-10-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-10-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-31/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-31/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-31/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-31/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-31-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-31-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-31-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-31-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-03-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-03-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-03-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-03-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-31/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-31/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-31/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-31/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-02/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-02/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-02/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-02/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-02-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-02-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-02-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-02-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-30-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-30-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-30-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-30-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-30-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-30-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-30-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-30-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-21-preview/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-21-preview/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-15/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-15/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-22/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-22/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-05/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-05/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-05/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_instances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnectionProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_instances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnectionProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_instances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnectionProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_instances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnectionProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_instances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnectionProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01-preview/Microsoft.DevOps.json#/resourceDefinitions/pipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-13-preview/Microsoft.DevOps.json#/resourceDefinitions/pipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-30-preview/Microsoft.DevOpsInfrastructure.json#/resourceDefinitions/pools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.DevSpaces.json#/resourceDefinitions/controllers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs_artifactsources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs_customimages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs_formulas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs_policysets_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualmachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualnetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_artifactsources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_costs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_customimages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_formulas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_notificationchannels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_policysets_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_servicerunners" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualmachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualmachines_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualnetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_artifactsources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_costs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_customimages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_formulas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_notificationchannels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_policysets_policies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_servicerunners" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_servicefabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_servicefabrics_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualmachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualmachines_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualnetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-30-preview/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-30-preview/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-30-preview/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-30-preview/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_timeSeriesDatabaseConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_timeSeriesDatabaseConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_timeSeriesDatabaseConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_timeSeriesDatabaseConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables_settings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/mongoClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/mongoClusters_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/mongoClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/mongoClusters_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/mongoClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/mongoClusters_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_transferOut" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_transferOut" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_transferOut" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_transferOut" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Dynamics365Fraudprotection.json#/resourceDefinitions/instances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Easm.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Easm.json#/resourceDefinitions/workspaces_labels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.Easm.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.Easm.json#/resourceDefinitions/workspaces_labels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.EdgeOrder.json#/resourceDefinitions/addresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.EdgeOrder.json#/resourceDefinitions/orderItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EdgeOrder.json#/resourceDefinitions/addresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EdgeOrder.json#/resourceDefinitions/orderItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.EdgeOrder.json#/resourceDefinitions/addresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.EdgeOrder.json#/resourceDefinitions/orderItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Elastic.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-05-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-05-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Elastic.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-15-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-15-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-20-preview/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-20-preview/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_volumegroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-20-preview/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_volumegroups_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_volumegroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_volumegroups_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_volumegroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_volumegroups_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_volumegroups_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.EngagementFabric.json#/resourceDefinitions/Accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.EngagementFabric.json#/resourceDefinitions/Accounts_Channels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-03/Microsoft.EnterpriseKnowledgeGraph.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-15-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-15-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-15-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.EventGrid.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_eventChannels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerRegistrations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.EventGrid.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_eventChannels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerRegistrations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_eventChannels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerRegistrations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerDestinations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_channels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_eventChannels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerRegistrations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EventGrid.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/domains_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/partnerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_channels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/partnerRegistrations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/topics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_caCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_clientGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_clients" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_permissionBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_topics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_topicSpaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerDestinations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_channels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerRegistrations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_caCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_clientGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_clients" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_permissionBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_topics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_topicSpaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerDestinations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_channels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerRegistrations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_AuthorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_AuthorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_networkRuleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_ipfilterrules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_networkRuleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_virtualnetworkrules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_networkRuleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_networkRuleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_networkRuleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_schemagroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_networkRuleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_schemagroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_networkRuleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_schemagroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_applicationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_networkRuleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_schemagroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-15-preview/Microsoft.ExtendedLocation.json#/resourceDefinitions/customLocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-15/Microsoft.ExtendedLocation.json#/resourceDefinitions/customLocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-31-preview/Microsoft.ExtendedLocation.json#/resourceDefinitions/customLocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-31-preview/Microsoft.ExtendedLocation.json#/resourceDefinitions/customLocations_resourceSyncRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-12-preview/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-15-preview/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-30-preview/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-10-preview/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-15/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-21/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-11/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-26/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-22-preview/Microsoft.GraphServices.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-13/Microsoft.GraphServices.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-03-preview/Microsoft.HanaOnAzure.json#/resourceDefinitions/hanaInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-07-preview/Microsoft.HanaOnAzure.json#/resourceDefinitions/sapMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-07-preview/Microsoft.HanaOnAzure.json#/resourceDefinitions/sapMonitors_providerInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-31-preview/Microsoft.HardwareSecurityModules.json#/resourceDefinitions/dedicatedHSMs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-30/Microsoft.HardwareSecurityModules.json#/resourceDefinitions/dedicatedHSMs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-31-preview/Microsoft.HardwareSecurityModules.json#/resourceDefinitions/cloudHsmClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-31-preview/Microsoft.HardwareSecurityModules.json#/resourceDefinitions/cloudHsmClusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.HDInsight.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.HDInsight.json#/resourceDefinitions/clusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.HDInsight.json#/resourceDefinitions/clusters_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.HDInsight.json#/resourceDefinitions/clusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-15-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-15-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-15-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-15-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-15-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-20/Microsoft.HealthBot.json#/resourceDefinitions/healthBots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-20-preview/Microsoft.HealthBot.json#/resourceDefinitions/healthBots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-08/Microsoft.HealthBot.json#/resourceDefinitions/healthBots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-08-preview/Microsoft.HealthBot.json#/resourceDefinitions/healthBots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-10/Microsoft.HealthBot.json#/resourceDefinitions/healthBots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-24/Microsoft.HealthBot.json#/resourceDefinitions/healthBots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.HealthBot.json#/resourceDefinitions/healthBots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.HealthBot.json#/resourceDefinitions/healthBots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-20-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-16/Microsoft.HealthcareApis.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-15/Microsoft.HealthcareApis.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-30/Microsoft.HealthcareApis.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-30/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.HealthcareApis.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.HealthcareApis.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.HealthcareApis.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_analyticsconnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-28/Microsoft.HealthcareApis.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-28/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-28/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-28/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-28/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-28/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-28/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-28/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-06/Microsoft.HealthcareApis.json#/resourceDefinitions/services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-06/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-06/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-06/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-06/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-06/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-06/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-06/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.HybridCloud.json#/resourceDefinitions/cloudConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.HybridCloud.json#/resourceDefinitions/cloudConnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-18-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-02-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-02-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-30-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-30-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-02/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-02/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_scopedResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-28-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-28-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-28-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-28-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-22-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-22-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-22-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-22-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-17-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-17-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-17-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-17-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-20/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-20/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-20/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-20/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-10/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-10/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-10/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-10/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-11-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-11-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-11-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-11-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-10/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-10/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-10/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-10/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-27/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-27/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-27/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-27/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-27-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-27-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-27-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-27-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_runCommands" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-20-preview/Microsoft.HybridCompute.json#/resourceDefinitions/licenses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-20-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-20-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-20-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_licenseProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-20-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-20-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/provisionedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/provisionedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/provisionedClusters_hybridIdentityMetadata" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/storageSpaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/provisionedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/provisionedClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/provisionedClusters_hybridIdentityMetadata" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/storageSpaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.HybridData.json#/resourceDefinitions/dataManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.HybridData.json#/resourceDefinitions/dataManagers_dataServices_jobDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.HybridData.json#/resourceDefinitions/dataManagers_dataStores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.HybridData.json#/resourceDefinitions/dataManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.HybridData.json#/resourceDefinitions/dataManagers_dataServices_jobDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.HybridData.json#/resourceDefinitions/dataManagers_dataStores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.HybridNetwork.json#/resourceDefinitions/devices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.HybridNetwork.json#/resourceDefinitions/networkFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.HybridNetwork.json#/resourceDefinitions/devices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.HybridNetwork.json#/resourceDefinitions/networkFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.HybridNetwork.json#/resourceDefinitions/devices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.HybridNetwork.json#/resourceDefinitions/networkFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/configurationGroupValues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/networkFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/publishers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/publishers_artifactStores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/publishers_artifactStores_artifactManifests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/publishers_configurationGroupSchemas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/publishers_networkFunctionDefinitionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/publishers_networkFunctionDefinitionGroups_networkFunctionDefinitionVersions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/publishers_networkServiceDesignGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/publishers_networkServiceDesignGroups_networkServiceDesignVersions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/siteNetworkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.ImportExport.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.ImportExport.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.ImportExport.json#/resourceDefinitions/jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/components_analyticsItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/components_Annotations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/components_currentbillingfeatures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/components_exportconfiguration" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/components_favorites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/components_myanalyticsItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/components_ProactiveDetectionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/myWorkbooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/webtests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/workbooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Insights.Application.json#/resourceDefinitions/components_pricingPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/resourceDefinitions/components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/resourceDefinitions/components_ProactiveDetectionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/resourceDefinitions/webtests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-17-preview/Microsoft.Insights.Application.json#/resourceDefinitions/workbooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-17-preview/Microsoft.Insights.Application.json#/resourceDefinitions/workbooktemplates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02/Microsoft.Insights.Application.json#/resourceDefinitions/components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Insights.Application.json#/resourceDefinitions/components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.Insights.Application.json#/resourceDefinitions/components_linkedStorageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-05-preview/Microsoft.Insights.Application.json#/resourceDefinitions/webtests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-20/Microsoft.Insights.Application.json#/resourceDefinitions/myWorkbooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-20/Microsoft.Insights.Application.json#/resourceDefinitions/workbooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-20/Microsoft.Insights.Application.json#/resourceDefinitions/workbooktemplates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.Insights.Application.json#/resourceDefinitions/myWorkbooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.Insights.Application.json#/resourceDefinitions/workbooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Insights.Application.json#/resourceDefinitions/workbooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.Insights.Application.json#/resourceDefinitions/workbooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.Insights.Application.json#/resourceDefinitions/webtests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Insights.Application.json#/resourceDefinitions/workbooks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/alertrules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/autoscalesettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.Insights.json#/resourceDefinitions/autoscalesettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.Insights.json#/resourceDefinitions/alertrules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Insights.json#/resourceDefinitions/activityLogAlerts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Insights.json#/resourceDefinitions/activityLogAlerts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Insights.json#/resourceDefinitions/metricAlerts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-16/Microsoft.Insights.json#/resourceDefinitions/scheduledQueryRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Insights.json#/resourceDefinitions/guestDiagnosticSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-17-preview/Microsoft.Insights.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-17-preview/Microsoft.Insights.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-17-preview/Microsoft.Insights.json#/resourceDefinitions/privateLinkScopes_scopedResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.Insights.json#/resourceDefinitions/dataCollectionRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.Insights.json#/resourceDefinitions/scheduledQueryRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Insights.json#/resourceDefinitions/activityLogAlerts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Insights.json#/resourceDefinitions/scheduledQueryRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Insights.json#/resourceDefinitions/dataCollectionEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Insights.json#/resourceDefinitions/dataCollectionRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Insights.json#/resourceDefinitions/autoscalesettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Insights.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Insights.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Insights.json#/resourceDefinitions/privateLinkScopes_scopedResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Insights.json#/resourceDefinitions/scheduledQueryRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.Insights.json#/resourceDefinitions/dataCollectionEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.Insights.json#/resourceDefinitions/dataCollectionRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Insights.json#/resourceDefinitions/dataCollectionEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Insights.json#/resourceDefinitions/dataCollectionRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.Insights.json#/resourceDefinitions/scheduledQueryRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Insights.json#/resourceDefinitions/scheduledQueryRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Insights.json#/resourceDefinitions/autoscalesettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.Insights.json#/resourceDefinitions/activityLogAlerts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.Insights.json#/resourceDefinitions/scheduledQueryRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-14-preview/Microsoft.IntegrationSpaces.json#/resourceDefinitions/spaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-14-preview/Microsoft.IntegrationSpaces.json#/resourceDefinitions/spaces_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-14-preview/Microsoft.IntegrationSpaces.json#/resourceDefinitions/spaces_applications_businessProcesses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-14-preview/Microsoft.IntegrationSpaces.json#/resourceDefinitions/spaces_applications_resources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-14-preview/Microsoft.IntegrationSpaces.json#/resourceDefinitions/spaces_infrastructureResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01/Microsoft.IotCentral.json#/resourceDefinitions/iotApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.IotCentral.json#/resourceDefinitions/iotApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.IotCentral.json#/resourceDefinitions/iotApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.IotCentral.json#/resourceDefinitions/iotApps_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-08-preview/Microsoft.IoTFirmwareDefense.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-08-preview/Microsoft.IoTFirmwareDefense.json#/resourceDefinitions/workspaces_firmwares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.IoTOperationsDataProcessor.json#/resourceDefinitions/instances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.IoTOperationsDataProcessor.json#/resourceDefinitions/instances_datasets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.IoTOperationsDataProcessor.json#/resourceDefinitions/instances_pipelines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.IoTOperationsOrchestrator.json#/resourceDefinitions/instances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.IoTOperationsOrchestrator.json#/resourceDefinitions/solutions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.IoTOperationsOrchestrator.json#/resourceDefinitions/targets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-14/Microsoft.KeyVault.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-14/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-14/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-14/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-14-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-14-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-14-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.Kubernetes.json#/resourceDefinitions/connectedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Kubernetes.json#/resourceDefinitions/connectedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Kubernetes.json#/resourceDefinitions/connectedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.Kubernetes.json#/resourceDefinitions/connectedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Kubernetes.json#/resourceDefinitions/connectedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.Kubernetes.json#/resourceDefinitions/connectedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.Kubernetes.json#/resourceDefinitions/connectedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.KubernetesConfiguration.json#/resourceDefinitions/privateLinkScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.KubernetesConfiguration.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-07-preview/Microsoft.Kusto.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-07-preview/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-07-preview/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_eventhubconnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-21/Microsoft.Kusto.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-21/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-21/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-15/Microsoft.Kusto.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-07/Microsoft.Kusto.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-09/Microsoft.Kusto.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-09/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-09/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-09/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-09/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-09/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-09/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-15/Microsoft.Kusto.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Kusto.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_scripts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_scripts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_managedPrivateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_scripts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_managedPrivateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_scripts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_managedPrivateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_scripts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_managedPrivateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_scripts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_managedPrivateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_scripts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_managedPrivateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_scripts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_managedPrivateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_sandboxCustomImages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-15/Microsoft.LabServices.json#/resourceDefinitions/labaccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-15/Microsoft.LabServices.json#/resourceDefinitions/labaccounts_galleryimages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-15/Microsoft.LabServices.json#/resourceDefinitions/labaccounts_labs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-15/Microsoft.LabServices.json#/resourceDefinitions/labaccounts_labs_environmentsettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-15/Microsoft.LabServices.json#/resourceDefinitions/labaccounts_labs_environmentsettings_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-15/Microsoft.LabServices.json#/resourceDefinitions/labaccounts_labs_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.LabServices.json#/resourceDefinitions/labPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.LabServices.json#/resourceDefinitions/labPlans_images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.LabServices.json#/resourceDefinitions/labs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.LabServices.json#/resourceDefinitions/labs_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.LabServices.json#/resourceDefinitions/labs_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.LabServices.json#/resourceDefinitions/labPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.LabServices.json#/resourceDefinitions/labPlans_images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.LabServices.json#/resourceDefinitions/labs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.LabServices.json#/resourceDefinitions/labs_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.LabServices.json#/resourceDefinitions/labs_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.LabServices.json#/resourceDefinitions/labPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.LabServices.json#/resourceDefinitions/labPlans_images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.LabServices.json#/resourceDefinitions/labs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.LabServices.json#/resourceDefinitions/labs_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.LabServices.json#/resourceDefinitions/labs_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-07/Microsoft.LabServices.json#/resourceDefinitions/labPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-07/Microsoft.LabServices.json#/resourceDefinitions/labPlans_images" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-07/Microsoft.LabServices.json#/resourceDefinitions/labs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-07/Microsoft.LabServices.json#/resourceDefinitions/labs_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-07/Microsoft.LabServices.json#/resourceDefinitions/labs_users" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.LoadTestService.json#/resourceDefinitions/loadTests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-15-preview/Microsoft.LoadTestService.json#/resourceDefinitions/loadTests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.LoadTestService.json#/resourceDefinitions/loadTests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Logz.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Logz.json#/resourceDefinitions/monitors_accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Logz.json#/resourceDefinitions/monitors_accounts_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Logz.json#/resourceDefinitions/monitors_singleSignOnConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Logz.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_accounts_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_singleSignOnConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_accounts_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_metricsSource" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_metricsSource_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_singleSignOnConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_tagRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForEDMUpload" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForEDMUpload_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365ComplianceCenter" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365ComplianceCenter_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365SecurityCenter" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365SecurityCenter_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForMIPPolicySync" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForMIPPolicySync_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForO365ManagementActivityAPI" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForO365ManagementActivityAPI_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForSCCPowershell" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForSCCPowershell_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.MachineLearning.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-01-preview/Microsoft.MachineLearning.json#/resourceDefinitions/commitmentPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-01-preview/Microsoft.MachineLearning.json#/resourceDefinitions/webServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-01-01/Microsoft.MachineLearning.json#/resourceDefinitions/webServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.MachineLearning.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01-preview/Microsoft.MachineLearningCompute.json#/resourceDefinitions/operationalizationClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01-preview/Microsoft.MachineLearningCompute.json#/resourceDefinitions/operationalizationClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-05-01-preview/Microsoft.MachineLearningExperimentation.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-05-01-preview/Microsoft.MachineLearningExperimentation.json#/resourceDefinitions/accounts_workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-05-01-preview/Microsoft.MachineLearningExperimentation.json#/resourceDefinitions/accounts_workspaces_projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-19/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-19/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-18-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-18-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-18-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datasets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_linkedWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-15-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-15-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-15-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_linkedWorkspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-15-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-15-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_linkedServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_outboundRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_outboundRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/capacityReserverationGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_inferencePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_inferencePools_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_inferencePools_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_outboundRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_serverlessEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_outboundRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Maintenance.json#/resourceDefinitions/configurationAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.Maintenance.json#/resourceDefinitions/configurationAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-31-preview/Microsoft.ManagedIdentity.json#/resourceDefinitions/userAssignedIdentities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-30/Microsoft.ManagedIdentity.json#/resourceDefinitions/userAssignedIdentities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-30-preview/Microsoft.ManagedIdentity.json#/resourceDefinitions/userAssignedIdentities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.ManagedIdentity.json#/resourceDefinitions/userAssignedIdentities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.ManagedIdentity.json#/resourceDefinitions/userAssignedIdentities_federatedIdentityCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-31/Microsoft.ManagedIdentity.json#/resourceDefinitions/userAssignedIdentities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-31/Microsoft.ManagedIdentity.json#/resourceDefinitions/userAssignedIdentities_federatedIdentityCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ManagedNetwork.json#/resourceDefinitions/managedNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ManagedNetwork.json#/resourceDefinitions/managedNetworks_managedNetworkGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ManagedNetwork.json#/resourceDefinitions/managedNetworks_managedNetworkPeeringPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/accessControlLists" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/ipCommunityLists" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/ipPrefixLists" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/l2IsolationDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/l3IsolationDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/l3IsolationDomains_externalNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/l3IsolationDomains_internalNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/networkDevices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/networkDevices_networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/networkFabricControllers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/networkFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/networkFabrics_networkToNetworkInterconnects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/networkRacks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/routePolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-01-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.Maps.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts_creators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts_privateAtlases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Maps.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Maps.json#/resourceDefinitions/accounts_creators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts_creators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts_creators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Maps.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Maps.json#/resourceDefinitions/accounts_creators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts_creators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-10-01/Microsoft.Media.json#/resourceDefinitions/mediaservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_contentKeyPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents_liveOutputs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_streamingEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingLocators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_contentKeyPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents_liveOutputs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_streamingEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingLocators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_accountFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_assetFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_contentKeyPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingLocators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents_liveOutputs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_streamingEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_mediaGraphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_mediaGraphs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_accountFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_assetFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_contentKeyPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents_liveOutputs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_streamingEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingLocators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Media.json#/resourceDefinitions/mediaservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_accountFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_assetFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_contentKeyPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents_liveOutputs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_streamingEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingLocators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_accountFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_assetFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_tracks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_contentKeyPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents_liveOutputs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_streamingEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingLocators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_accountFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_assetFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_tracks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_contentKeyPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents_liveOutputs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_streamingEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingLocators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents_liveOutputs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_streamingEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaservices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_accountFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_assetFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_tracks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_contentKeyPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingLocators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-02/Microsoft.Migrate.json#/resourceDefinitions/projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-02/Microsoft.Migrate.json#/resourceDefinitions/projects_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-02/Microsoft.Migrate.json#/resourceDefinitions/projects_groups_assessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Migrate.json#/resourceDefinitions/migrateProjects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Migrate.json#/resourceDefinitions/migrateProjects_solutions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentProjects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentProjects_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentProjects_groups_assessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentProjects_hypervcollectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentProjects_importcollectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentprojects_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentProjects_servercollectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentProjects_vmwarecollectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Migrate.json#/resourceDefinitions/migrateProjects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Migrate.json#/resourceDefinitions/migrateProjects_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-11-preview/Microsoft.Migrate.Migrate.json#/resourceDefinitions/projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-11-preview/Microsoft.Migrate.Migrate.json#/resourceDefinitions/projects_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-11-preview/Microsoft.Migrate.Migrate.json#/resourceDefinitions/projects_groups_assessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-02/Microsoft.Migrate.Migrate.json#/resourceDefinitions/projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-02/Microsoft.Migrate.Migrate.json#/resourceDefinitions/projects_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-02/Microsoft.Migrate.Migrate.json#/resourceDefinitions/projects_groups_assessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_groups_assessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_hypervcollectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_importcollectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentprojects_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_servercollectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_vmwarecollectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/migrateProjects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/migrateProjects_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Migrate.Migrate.json#/resourceDefinitions/modernizeProjects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Migrate.Migrate.json#/resourceDefinitions/modernizeProjects_migrateAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Migrate.Migrate.json#/resourceDefinitions/modernizeProjects_workloadDeployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Migrate.Migrate.json#/resourceDefinitions/modernizeProjects_workloadInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/migrateProjects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/migrateProjects_privateEndpointConnectionProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/migrateProjects_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/migrateProjects_solutions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_groups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_groups_assessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_groups_avsAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_groups_sqlAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_hypervcollectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_importcollectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_servercollectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_sqlcollectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_vmwarecollectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Migrate.MigrateProjects.json#/resourceDefinitions/migrateProjects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Migrate.MigrateProjects.json#/resourceDefinitions/migrateProjects_solutions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01-preview/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01-preview/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections_moveResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections_moveResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections_moveResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections_moveResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections_moveResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-28-preview/Microsoft.MixedReality.json#/resourceDefinitions/spatialAnchorsAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-02-preview/Microsoft.MixedReality.json#/resourceDefinitions/remoteRenderingAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-02-preview/Microsoft.MixedReality.json#/resourceDefinitions/spatialAnchorsAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-06-preview/Microsoft.MixedReality.json#/resourceDefinitions/remoteRenderingAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.MixedReality.json#/resourceDefinitions/spatialAnchorsAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.MixedReality.json#/resourceDefinitions/remoteRenderingAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.MixedReality.json#/resourceDefinitions/spatialAnchorsAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MixedReality.json#/resourceDefinitions/objectAnchorsAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MixedReality.json#/resourceDefinitions/remoteRenderingAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MixedReality.json#/resourceDefinitions/spatialAnchorsAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_dataNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_simPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_slices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes_attachedDataNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/sims" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_dataNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_simPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_slices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes_attachedDataNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups_sims" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_dataNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_simPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_slices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes_attachedDataNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups_sims" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_dataNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_simPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_slices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_diagnosticsPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes_attachedDataNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups_sims" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_dataNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_simPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_slices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_diagnosticsPackages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes_attachedDataNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups_sims" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.MobilePacketCore.json#/resourceDefinitions/networkFunctions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-03-preview/Microsoft.Monitor.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-03/Microsoft.Monitor.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-15/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-15/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-15/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-15/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_subvolumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_subvolumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_volumeQuotaRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_subvolumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_volumeQuotaRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_subvolumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_volumeQuotaRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_subvolumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_volumeQuotaRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_subvolumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_volumeQuotaRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupVaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupVaults_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_subvolumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_volumeQuotaRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_subvolumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_volumeQuotaRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsForwardingRulesets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsForwardingRulesets_forwardingRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsForwardingRulesets_virtualNetworkLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsResolvers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsResolvers_inboundEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsResolvers_outboundEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsForwardingRulesets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsForwardingRulesets_forwardingRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsForwardingRulesets_virtualNetworkLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsResolvers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsResolvers_inboundEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsResolvers_outboundEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/FrontDoorWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/FrontDoorWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/FrontDoorWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/NetworkExperimentProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/NetworkExperimentProfiles_Experiments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors_rulesEngines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors_rulesEngines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/FrontDoorWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors_rulesEngines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/FrontDoorWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors_rulesEngines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/FrontDoorWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/FrontDoorWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses_" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/virtualnetworkgateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/virtualnetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/virtualnetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/virtualnetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/interfaceEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans_p2sVpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/interfaceEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans_p2sVpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/interfaceEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans_p2sVpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/interfaceEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans_p2sVpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/interfaceEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans_p2sVpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans_p2sVpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans_p2sVpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans_p2sVpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations_ruleCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations_ruleCollections_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_links" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_profiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_profiles_accessRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_resourceAssociations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations_ruleCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations_ruleCollections_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations_ruleCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations_ruleCollections_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations_ruleCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations_ruleCollections_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_networkVirtualApplianceConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeMaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_links" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_profiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_profiles_accessRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_resourceAssociations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_links" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_profiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_profiles_accessRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_resourceAssociations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-05-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_AzureEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_ExternalEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_NestedEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_AzureEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_ExternalEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_NestedEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_AzureEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_ExternalEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_NestedEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-15/Microsoft.NetworkAnalytics.json#/resourceDefinitions/dataProducts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-15/Microsoft.NetworkAnalytics.json#/resourceDefinitions/dataProducts_dataTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/bareMetalMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/cloudServicesNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusterManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_bareMetalMachineKeySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_bmcKeySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_metricsConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/defaultCniNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/hybridAksClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/l2Networks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/l3Networks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/racks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/storageAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/trunkedNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/virtualMachines_consoles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/bareMetalMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/cloudServicesNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusterManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_bareMetalMachineKeySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_bmcKeySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_metricsConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/kubernetesClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/kubernetesClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/l2Networks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/l3Networks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/racks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/storageAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/trunkedNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/virtualMachines_consoles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/bareMetalMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/cloudServicesNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/clusterManagers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_bareMetalMachineKeySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_bmcKeySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_metricsConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/kubernetesClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/kubernetesClusters_agentPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/l2Networks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/l3Networks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/racks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/storageAppliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/trunkedNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/virtualMachines_consoles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.NetworkFunction.json#/resourceDefinitions/azureTrafficCollectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.NetworkFunction.json#/resourceDefinitions/azureTrafficCollectors_collectorPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetworkFunction.json#/resourceDefinitions/azureTrafficCollectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetworkFunction.json#/resourceDefinitions/azureTrafficCollectors_collectorPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.NetworkFunction.json#/resourceDefinitions/azureTrafficCollectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.NetworkFunction.json#/resourceDefinitions/azureTrafficCollectors_collectorPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetworkFunction.json#/resourceDefinitions/azureTrafficCollectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetworkFunction.json#/resourceDefinitions/azureTrafficCollectors_collectorPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_AuthorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs_AuthorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_AuthorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs_AuthorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_AuthorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs_AuthorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.OffAzure.json#/resourceDefinitions/HyperVSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.OffAzure.json#/resourceDefinitions/HyperVSites_clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.OffAzure.json#/resourceDefinitions/HyperVSites_hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.OffAzure.json#/resourceDefinitions/VMwareSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.OffAzure.json#/resourceDefinitions/VMwareSites_vCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-07/Microsoft.OffAzure.json#/resourceDefinitions/HyperVSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-07/Microsoft.OffAzure.json#/resourceDefinitions/HyperVSites_clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-07/Microsoft.OffAzure.json#/resourceDefinitions/HyperVSites_hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-07/Microsoft.OffAzure.json#/resourceDefinitions/MasterSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-07/Microsoft.OffAzure.json#/resourceDefinitions/masterSites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-07/Microsoft.OffAzure.json#/resourceDefinitions/VMwareSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-07/Microsoft.OffAzure.json#/resourceDefinitions/VMwareSites_vCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/hypervSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/hypervSites_clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/hypervSites_hosts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/importSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/masterSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/masterSites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/masterSites_sqlSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/masterSites_sqlSites_discoverySiteDataSources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/masterSites_webAppSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/masterSites_webAppSites_discoverySiteDataSources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/serverSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/vmwareSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/vmwareSites_vcenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.OpenEnergyPlatform.json#/resourceDefinitions/energyServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-04-preview/Microsoft.OpenEnergyPlatform.json#/resourceDefinitions/energyServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-03-20/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_savedSearches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-03-20/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_storageInsightConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_dataSources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_linkedServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_dataExports" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_linkedServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_linkedStorageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.OperationalInsights.json#/resourceDefinitions/queryPacks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.OperationalInsights.json#/resourceDefinitions/queryPacks_queries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/queryPacks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/queryPacks_queries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_dataExports" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_dataSources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_linkedServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_linkedStorageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_savedSearches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_storageInsightConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.OperationalInsights.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_dataExports" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_dataSources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_linkedServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_linkedStorageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_savedSearches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_storageInsightConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.OperationalInsights.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.OperationalInsights.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Orbital.json#/resourceDefinitions/contactProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Orbital.json#/resourceDefinitions/spacecrafts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Orbital.json#/resourceDefinitions/spacecrafts_contacts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Orbital.json#/resourceDefinitions/contactProfiles" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Orbital.json#/resourceDefinitions/spacecrafts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Orbital.json#/resourceDefinitions/spacecrafts_contacts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.Peering.json#/resourceDefinitions/peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.Peering.json#/resourceDefinitions/peeringServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01-preview/Microsoft.Peering.json#/resourceDefinitions/peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01-preview/Microsoft.Peering.json#/resourceDefinitions/peeringServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-01-preview/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.Peering.json#/resourceDefinitions/peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredAsns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.Peering.json#/resourceDefinitions/peeringServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Peering.json#/resourceDefinitions/peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredAsns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Peering.json#/resourceDefinitions/peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredAsns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Peering.json#/resourceDefinitions/peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredAsns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Peering.json#/resourceDefinitions/peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredAsns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_connectionMonitorTests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Peering.json#/resourceDefinitions/peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredAsns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_connectionMonitorTests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Peering.json#/resourceDefinitions/peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredAsns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_connectionMonitorTests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Peering.json#/resourceDefinitions/peerings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredAsns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredPrefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_connectionMonitorTests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01-preview/Microsoft.PolicyInsights.json#/resourceDefinitions/remediations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.PolicyInsights.json#/resourceDefinitions/remediations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.PolicyInsights.json#/resourceDefinitions/attestations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.PolicyInsights.json#/resourceDefinitions/remediations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.PolicyInsights.json#/resourceDefinitions/attestations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01-preview/Microsoft.Portal.json#/resourceDefinitions/dashboards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01-preview/Microsoft.Portal.json#/resourceDefinitions/dashboards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01-preview/Microsoft.Portal.json#/resourceDefinitions/dashboards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.Portal.json#/resourceDefinitions/dashboards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-01-29/Microsoft.PowerBI.json#/resourceDefinitions/workspaceCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.PowerBI.json#/resourceDefinitions/privateLinkServicesForPowerBI" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.PowerBI.json#/resourceDefinitions/privateLinkServicesForPowerBI_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.PowerBIDedicated.json#/resourceDefinitions/capacities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.PowerBIDedicated.json#/resourceDefinitions/autoScaleVCores" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.PowerBIDedicated.json#/resourceDefinitions/capacities" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-30-preview/Microsoft.PowerPlatform.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-30-preview/Microsoft.PowerPlatform.json#/resourceDefinitions/enterprisePolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-30-preview/Microsoft.PowerPlatform.json#/resourceDefinitions/enterprisePolicies_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ProfessionalService.json#/resourceDefinitions/resources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.Purview.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.Purview.json#/resourceDefinitions/accounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Purview.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Purview.json#/resourceDefinitions/accounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Purview.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Purview.json#/resourceDefinitions/accounts_kafkaConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Purview.json#/resourceDefinitions/accounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-04-preview/Microsoft.Quantum.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.Quantum.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecommendationsService.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecommendationsService.json#/resourceDefinitions/accounts_modeling" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecommendationsService.json#/resourceDefinitions/accounts_serviceEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.RecommendationsService.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.RecommendationsService.json#/resourceDefinitions/accounts_modeling" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.RecommendationsService.json#/resourceDefinitions/accounts_serviceEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-12-20/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-13/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-13/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-15/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-15/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-15/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-15/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-15/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-30/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openShiftClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openShiftClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openShiftClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openShiftClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_machinePool" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_secret" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_syncIdentityProvider" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_syncSet" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openShiftClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_machinePool" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_secret" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_syncIdentityProvider" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_syncSet" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openShiftClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_machinePool" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_secret" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_syncIdentityProvider" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_syncSet" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openShiftClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_machinePool" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_secret" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_syncIdentityProvider" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_syncSet" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Relay.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_AuthorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_HybridConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_HybridConnections_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_WcfRelays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_WcfRelays_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Relay.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_hybridConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_hybridConnections_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_wcfRelays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_wcfRelays_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.Relay.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.Relay.json#/resourceDefinitions/namespaces_networkRuleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.Relay.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Relay.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_hybridConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_hybridConnections_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_networkRuleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_wcfRelays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_wcfRelays_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-31-preview/Microsoft.ResourceConnector.json#/resourceDefinitions/appliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-15-preview/Microsoft.ResourceConnector.json#/resourceDefinitions/appliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-27/Microsoft.ResourceConnector.json#/resourceDefinitions/appliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ResourceGraph.json#/resourceDefinitions/queries" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-11-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-02-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-05-10/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-10/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Resources.json#/resourceDefinitions/templateSpecs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Resources.json#/resourceDefinitions/templateSpecs_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01-preview/Microsoft.Resources.json#/resourceDefinitions/deploymentScripts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Resources.json#/resourceDefinitions/deploymentScripts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.Resources.json#/resourceDefinitions/templateSpecs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.Resources.json#/resourceDefinitions/templateSpecs_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Resources.json#/resourceDefinitions/templateSpecs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Resources.json#/resourceDefinitions/templateSpecs_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Resources.json#/resourceDefinitions/templateSpecs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Resources.json#/resourceDefinitions/templateSpecs_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Resources.json#/resourceDefinitions/deploymentStacks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.Resources.json#/resourceDefinitions/deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Resources.json#/resourceDefinitions/deploymentScripts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-08-01-preview/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-08-01-preview/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-01-01/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-01-01/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.Scom.json#/resourceDefinitions/managedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.Scom.json#/resourceDefinitions/managedInstances_managedGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.Scom.json#/resourceDefinitions/managedInstances_monitoredResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-05-preview/Microsoft.ScVmm.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-05-preview/Microsoft.ScVmm.json#/resourceDefinitions/clouds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-05-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-05-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualMachineTemplates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-05-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-05-preview/Microsoft.ScVmm.json#/resourceDefinitions/vmmServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-05-preview/Microsoft.ScVmm.json#/resourceDefinitions/vmmServers_inventoryItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/availabilitySets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/clouds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualMachines_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualMachines_guestAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualMachines_hybridIdentityMetadata" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualMachineTemplates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualNetworks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/vmmServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/vmmServers_inventoryItems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-02-28/Microsoft.Search.json#/resourceDefinitions/searchServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-19/Microsoft.Search.json#/resourceDefinitions/searchServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01-preview/Microsoft.Search.json#/resourceDefinitions/searchServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01-preview/Microsoft.Search.json#/resourceDefinitions/searchServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-13/Microsoft.Search.json#/resourceDefinitions/searchServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-13/Microsoft.Search.json#/resourceDefinitions/searchServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Search.json#/resourceDefinitions/searchServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Search.json#/resourceDefinitions/searchServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Search.json#/resourceDefinitions/searchServices_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Search.json#/resourceDefinitions/searchServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Search.json#/resourceDefinitions/searchServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Search.json#/resourceDefinitions/searchServices_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Search.json#/resourceDefinitions/searchServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Search.json#/resourceDefinitions/searchServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Search.json#/resourceDefinitions/searchServices_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Search.json#/resourceDefinitions/searchServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Search.json#/resourceDefinitions/searchServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Search.json#/resourceDefinitions/searchServices_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Search.json#/resourceDefinitions/searchServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Search.json#/resourceDefinitions/searchServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Search.json#/resourceDefinitions/searchServices_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-01-preview/Microsoft.Security.json#/resourceDefinitions/locations_jitNetworkAccessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01-preview/Microsoft.Security.json#/resourceDefinitions/iotSecuritySolutions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01-preview/Microsoft.Security.json#/resourceDefinitions/pricings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01-preview/Microsoft.Security.json#/unknown_resourceDefinitions/advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-08-01-preview/Microsoft.Security.json#/unknown_resourceDefinitions/deviceSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.Security.json#/unknown_resourceDefinitions/advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01-preview/Microsoft.Security.json#/resourceDefinitions/automations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-01-01-preview/Microsoft.Security.json#/unknown_resourceDefinitions/assessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Security.json#/resourceDefinitions/iotSecuritySolutions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Security.json#/unknown_resourceDefinitions/deviceSecurityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Security.json#/resourceDefinitions/locations_jitNetworkAccessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Security.json#/unknown_resourceDefinitions/assessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Security.json#/unknown_resourceDefinitions/assessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Security.json#/resourceDefinitions/customAssessmentAutomations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Security.json#/resourceDefinitions/customEntityStoreAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Security.json#/resourceDefinitions/assignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Security.json#/resourceDefinitions/standards" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors_devops" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors_devops_azureDevOpsOrgs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors_devops_azureDevOpsOrgs_projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors_devops_azureDevOpsOrgs_projects_repos" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForEDMUpload" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForEDMUpload_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365ComplianceCenter" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365ComplianceCenter_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365SecurityCenter" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365SecurityCenter_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForO365ManagementActivityAPI" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForO365ManagementActivityAPI_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForSCCPowershell" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForSCCPowershell_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForEDMUpload" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForEDMUpload_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365ComplianceCenter" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365ComplianceCenter_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365SecurityCenter" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365SecurityCenter_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForMIPPolicySync" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForMIPPolicySync_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForO365ManagementActivityAPI" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForO365ManagementActivityAPI_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForSCCPowershell" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForSCCPowershell_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.SecurityDevOps.json#/resourceDefinitions/azureDevOpsConnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.SecurityDevOps.json#/resourceDefinitions/azureDevOpsConnectors_orgs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.SecurityDevOps.json#/resourceDefinitions/azureDevOpsConnectors_orgs_projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.SecurityDevOps.json#/resourceDefinitions/azureDevOpsConnectors_orgs_projects_repos" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.SecurityDevOps.json#/resourceDefinitions/gitHubConnectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.SecurityDevOps.json#/resourceDefinitions/gitHubConnectors_owners" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.SecurityDevOps.json#/resourceDefinitions/gitHubConnectors_owners_repos" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_migrationConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_networkRuleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_ipfilterrules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_migrationConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_networkRuleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_virtualnetworkrules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_migrationConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_networkRuleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_migrationConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_networkRuleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_migrationConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_networkRuleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_migrationConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_networkRuleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_migrationConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_networkRuleSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/networks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/networks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/secrets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/secrets_values" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.ServiceLinker.json#/resourceDefinitions/locations_connectors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.ServiceLinker.json#/resourceDefinitions/locations_dryruns" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers_associations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers_frontends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers_associations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers_frontends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers_associations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers_frontends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/SignalR" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_replicas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_replicas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_replicas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_hubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_hubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_hubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_hubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_replicas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_hubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_replicas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_hubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_replicas" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applianceDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/appliances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applicationDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applicationDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applicationDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/jitRequests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-21-preview/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applicationDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-21-preview/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-21-preview/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/jitRequests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/jitRequests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/jitRequests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/jitRequests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/jitRequests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-21-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-21-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-21-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/jitRequests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/jitRequests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/jitRequests" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_advisors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_auditingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_communicationLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advisors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_connectionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_disasterRecoveryConfiguration" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/instancePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dtc" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dtc" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_ledgerDigestUploads" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dtc" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverConfigurationOptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_startStopSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_ledgerDigestUploads" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dtc" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverConfigurationOptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_startStopSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_ledgerDigestUploads" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dtc" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverConfigurationOptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_startStopSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_ledgerDigestUploads" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dtc" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverConfigurationOptions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_startStopSchedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advancedThreatProtectionSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_replicationLinks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups_availabilityGroupListeners" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups_availabilityGroupListeners" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups_availabilityGroupListeners" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups_availabilityGroupListeners" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups_availabilityGroupListeners" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups_availabilityGroupListeners" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups_availabilityGroupListeners" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-03-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_localUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_localUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_localUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_localUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_localUsers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.StorageActions.json#/resourceDefinitions/storageTasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.StorageCache.json#/resourceDefinitions/caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.StorageCache.json#/resourceDefinitions/amlFilesystems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.StorageCache.json#/resourceDefinitions/caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.StorageCache.json#/resourceDefinitions/amlFilesystems" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_agents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_projects_jobDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_agents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_projects_jobDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_agents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_projects_jobDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_agents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_endpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_projects" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_projects_jobDefinitions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-15-preview/Microsoft.StoragePool.json#/resourceDefinitions/diskPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-15-preview/Microsoft.StoragePool.json#/resourceDefinitions/diskPools_iscsiTargets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.StoragePool.json#/resourceDefinitions/diskPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.StoragePool.json#/resourceDefinitions/diskPools_iscsiTargets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.StoragePool.json#/resourceDefinitions/diskPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.StoragePool.json#/resourceDefinitions/diskPools_iscsiTargets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-05-preview/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-05-preview/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-05-preview/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-05-preview/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-05-preview/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-02/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-02/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-02/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-02/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-04-02/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.StorageTasks.json#/resourceDefinitions/storageTasks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_accessControlRecords" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_devices_alertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_devices_backupScheduleGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_devices_chapSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_devices_fileservers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_devices_fileservers_shares" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_devices_iscsiservers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_devices_iscsiservers_disks" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_storageDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_accessControlRecords" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_bandwidthSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_devices_alertSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_devices_backupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_devices_backupPolicies_schedules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_devices_timeSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_devices_volumeContainers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_devices_volumeContainers_volumes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_extendedInformation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_storageAccountCredentials" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_inputs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_outputs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_transformations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_inputs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_outputs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-04-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_transformations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/clusters_privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_inputs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_outputs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_transformations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/clusters_privateEndpoints" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_inputs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_outputs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_transformations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/privateLinkHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_bigDataPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_integrationRuntimes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_managedIdentitySqlControlSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlAdministrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_geoBackupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_maintenancewindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_metadataSync" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlDatabases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/privateLinkHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_bigDataPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_integrationRuntimes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_managedIdentitySqlControlSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlAdministrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_geoBackupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_maintenancewindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_metadataSync" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/privateLinkHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_bigDataPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_integrationRuntimes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_managedIdentitySqlControlSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlAdministrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_geoBackupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_maintenancewindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_metadataSync" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/privateLinkHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_bigDataPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_integrationRuntimes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_databases_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_databases_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_managedIdentitySqlControlSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlAdministrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_geoBackupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_maintenancewindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_metadataSync" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/privateLinkHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_bigDataPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_integrationRuntimes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_managedIdentitySqlControlSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlAdministrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_geoBackupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_maintenancewindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_metadataSync" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/privateLinkHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_bigDataPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_dedicatedSQLminimalTlsSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_integrationRuntimes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_managedIdentitySqlControlSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlAdministrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_geoBackupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_maintenancewindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_metadataSync" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/privateLinkHubs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_administrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_azureADOnlyAuthentications" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_bigDataPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_dedicatedSQLminimalTlsSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_encryptionProtector" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_firewallRules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_integrationRuntimes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_attachedDatabaseConfigurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_databases" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_databases_dataConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_databases_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_principalAssignments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_managedIdentitySqlControlSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlAdministrators" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_auditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies_rules" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_extendedAuditingSettings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_geoBackupPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_maintenancewindows" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_metadataSync" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_schemas_tables_columns_sensitivityLabels" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_securityAlertPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_transparentDataEncryption" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments_rules_baselines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups_workloadClassifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_trustedServiceByPassConfiguration" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_vulnerabilityAssessments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-15-preview/Microsoft.Syntex.json#/resourceDefinitions/documentProcessors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-16-preview/Microsoft.TestBase.json#/resourceDefinitions/testBaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-16-preview/Microsoft.TestBase.json#/resourceDefinitions/testBaseAccounts_customerEvents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-16-preview/Microsoft.TestBase.json#/resourceDefinitions/testBaseAccounts_packages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-16-preview/Microsoft.TestBase.json#/resourceDefinitions/testBaseAccounts_packages_favoriteProcesses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.TestBase.json#/resourceDefinitions/testBaseAccounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.TestBase.json#/resourceDefinitions/testBaseAccounts_customerEvents" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.TestBase.json#/resourceDefinitions/testBaseAccounts_packages" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.TestBase.json#/resourceDefinitions/testBaseAccounts_packages_favoriteProcesses" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-02-28-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-02-28-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-02-28-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_eventSources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-02-28-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_referenceDataSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-15/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-15/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-15/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_eventSources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2017-11-15/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_referenceDataSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-15-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-15-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-15-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_eventSources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-08-15-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_referenceDataSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-15/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-15/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-15/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_eventSources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-05-15/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_referenceDataSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-31-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-31-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-31-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_eventSources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-31-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-31-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_referenceDataSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-30-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-30-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_accessPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-30-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_eventSources" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-30-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_referenceDataSets" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-18-preview/Microsoft.VideoIndexer.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-27-preview/Microsoft.VideoIndexer.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-11-10-preview/Microsoft.VideoIndexer.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-04-13-preview/Microsoft.VideoIndexer.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-20-preview/Microsoft.VideoIndexer.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.VideoIndexer.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2024-01-01/Microsoft.VideoIndexer.json#/resourceDefinitions/accounts" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01-preview/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-02-01-preview/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-05-01-preview/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-02-14/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-02-14/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates_triggers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.VisualStudio.json#/resourceDefinitions/account" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.VisualStudio.json#/resourceDefinitions/account_extension" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.VisualStudio.json#/resourceDefinitions/account_project" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.VMwareCloudSimple.json#/resourceDefinitions/dedicatedCloudNodes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.VMwareCloudSimple.json#/resourceDefinitions/dedicatedCloudServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.VMwareCloudSimple.json#/resourceDefinitions/virtualMachines" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-09-preview/Microsoft.VMwareVirtustream.json#/resourceDefinitions/privateClouds" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-09-preview/Microsoft.VMwareVirtustream.json#/resourceDefinitions/privateClouds_clusters" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/csrs" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/managedHostingEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_snapshots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2015-08-01-preview/Microsoft.Web.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.Web.json#/resourceDefinitions/certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Web.json#/resourceDefinitions/connectionGateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Web.json#/resourceDefinitions/connections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Web.json#/resourceDefinitions/customApis" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_backups" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/staticSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/staticSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/staticSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/staticSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_userProvidedFunctionApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/staticSites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/staticSites_userProvidedFunctionApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/kubeEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_userProvidedFunctionApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_userProvidedFunctionApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/kubeEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/serverfarms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_migrate" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/staticSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_userProvidedFunctionApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/staticSites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/staticSites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/staticSites_userProvidedFunctionApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/kubeEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/staticSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_userProvidedFunctionApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/staticSites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/staticSites_userProvidedFunctionApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/containerApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/kubeEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_userProvidedFunctionApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_userProvidedFunctionApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/containerApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/kubeEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_linkedBackends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_userProvidedFunctionApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_linkedBackends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_userProvidedFunctionApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/containerApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/kubeEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_basicAuth" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_databaseConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_linkedBackends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_userProvidedFunctionApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_databaseConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_linkedBackends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_userProvidedFunctionApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/containerApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/kubeEnvironments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_basicPublishingCredentialsPolicies" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_basicAuth" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_databaseConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_linkedBackends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_userProvidedFunctionApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_databaseConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_linkedBackends" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_privateEndpointConnections" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_userProvidedFunctionApps" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-09-16-preview/Microsoft.WindowsESU.json#/resourceDefinitions/multipleActivationKeys" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2018-02-16-preview/Microsoft.WindowsIoT.json#/resourceDefinitions/deviceServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.WindowsIoT.json#/resourceDefinitions/deviceServices" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Workloads.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Workloads.json#/resourceDefinitions/monitors_providerInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Workloads.json#/resourceDefinitions/phpWorkloads" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Workloads.json#/resourceDefinitions/phpWorkloads_wordpressInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_applicationInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_centralInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_databaseInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Workloads.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Workloads.json#/resourceDefinitions/monitors_providerInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Workloads.json#/resourceDefinitions/monitors_sapLandscapeMonitor" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_applicationInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_centralInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_databaseInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Workloads.json#/resourceDefinitions/monitors" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Workloads.json#/resourceDefinitions/monitors_providerInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Workloads.json#/resourceDefinitions/monitors_sapLandscapeMonitor" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_applicationInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_centralInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_databaseInstances" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2022-08-01/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments_configurations" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments_certificates" - }, - { - "$ref": "https://schema.management.azure.com/schemas/2023-04-01/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments_configurations" - } - ] - } - ] +{ + "id": "https://schema.management.azure.com/schemas/common/autogeneratedResources.json#", + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "autogeneratedResources", + "description": "Resource templates which have been automatically generated from swagger specifications", + "type": "object", + "allOf": [ + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/resourceBase" + }, + { + "oneOf": [ + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Dynatrace.Observability.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Dynatrace.Observability.json#/resourceDefinitions/monitors_singleSignOnConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Dynatrace.Observability.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Dynatrace.Observability.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Dynatrace.Observability.json#/resourceDefinitions/monitors_singleSignOnConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Dynatrace.Observability.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-27/Dynatrace.Observability.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-27/Dynatrace.Observability.json#/resourceDefinitions/monitors_singleSignOnConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-27/Dynatrace.Observability.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-01-01/Microsoft.AAD.json#/resourceDefinitions/domainServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.AAD.json#/resourceDefinitions/domainServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.AAD.json#/resourceDefinitions/domainServices_ouContainer" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.AAD.json#/resourceDefinitions/domainServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.AAD.json#/resourceDefinitions/domainServices_ouContainer" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.AAD.json#/resourceDefinitions/domainServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.AAD.json#/resourceDefinitions/domainServices_ouContainer" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Aadiam.json#/resourceDefinitions/privateLinkForAzureAd" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Aadiam.json#/resourceDefinitions/privateLinkForAzureAd_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.Aadiam.json#/resourceDefinitions/privateLinkForAzureAd" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.Aadiam.json#/resourceDefinitions/azureADMetrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-12-preview/Microsoft.Advisor.json#/unknown_resourceDefinitions/recommendations_suppressions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-31/Microsoft.Advisor.json#/unknown_resourceDefinitions/recommendations_suppressions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-19/Microsoft.Advisor.json#/resourceDefinitions/configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-19/Microsoft.Advisor.json#/unknown_resourceDefinitions/recommendations_suppressions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Advisor.json#/resourceDefinitions/configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Advisor.json#/unknown_resourceDefinitions/recommendations_suppressions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Advisor.json#/resourceDefinitions/configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Advisor.json#/unknown_resourceDefinitions/recommendations_suppressions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Advisor.json#/resourceDefinitions/configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Advisor.json#/unknown_resourceDefinitions/recommendations_suppressions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Advisor.json#/resourceDefinitions/configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Advisor.json#/unknown_resourceDefinitions/recommendations_suppressions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-12-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-12-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats_solutions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats_dataConnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.AgFoodPlatform.json#/resourceDefinitions/farmBeats_solutions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.AlertsManagement.json#/resourceDefinitions/smartDetectorAlertRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-05-preview/Microsoft.AlertsManagement.json#/resourceDefinitions/actionRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.AlertsManagement.json#/resourceDefinitions/smartDetectorAlertRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.AlertsManagement.json#/resourceDefinitions/smartDetectorAlertRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-22-preview/Microsoft.AlertsManagement.json#/resourceDefinitions/prometheusRuleGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-08/Microsoft.AlertsManagement.json#/resourceDefinitions/actionRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-08-preview/Microsoft.AlertsManagement.json#/resourceDefinitions/actionRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AlertsManagement.json#/resourceDefinitions/prometheusRuleGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AlertsManagement.json#/resourceDefinitions/actionRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-16/Microsoft.AnalysisServices.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-07-14/Microsoft.AnalysisServices.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.AnalysisServices.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ApiCenter.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2024-03-01/Microsoft.ApiCenter.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2024-03-01/Microsoft.ApiCenter.json#/resourceDefinitions/services_metadataSchemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2024-03-01/Microsoft.ApiCenter.json#/resourceDefinitions/services_workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2024-03-01/Microsoft.ApiCenter.json#/resourceDefinitions/services_workspaces_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2024-03-01/Microsoft.ApiCenter.json#/resourceDefinitions/services_workspaces_apis_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2024-03-01/Microsoft.ApiCenter.json#/resourceDefinitions/services_workspaces_apis_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2024-03-01/Microsoft.ApiCenter.json#/resourceDefinitions/services_workspaces_apis_versions_definitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2024-03-01/Microsoft.ApiCenter.json#/resourceDefinitions/services_workspaces_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_properties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policy" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policy" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policy" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_properties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-10/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_api-version-sets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_properties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_api-version-sets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_properties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_api-version-sets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_properties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_properties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policyFragments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalconfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders_authorizations_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policyFragments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalconfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_resolvers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_resolvers_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_wikis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders_authorizations_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_documentations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policyFragments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalconfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_wikis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_resolvers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_resolvers_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_wikis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders_authorizations_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_documentations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policyFragments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalconfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apiLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groupLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_wikis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags_apiLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags_operationLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags_productLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apiVersionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_namedValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_policyFragments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_products_apiLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_products_groupLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_tags_apiLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_tags_operationLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_tags_productLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_attachments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_issues_comments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_resolvers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_resolvers_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tagDescriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_wikis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_apiVersionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationProviders_authorizations_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_contentTypes_contentItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_diagnostics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_documentations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_certificateAuthorities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_gateways_hostnameConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_namedValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_policyFragments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalconfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalRevisions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_portalsettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apiLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groupLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_wikis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags_apiLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags_operationLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tags_productLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_tenant" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_operations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_operations_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_releases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apis_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_apiVersionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_groups_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_namedValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_notifications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_notifications_recipientEmails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_notifications_recipientUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_policyFragments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_products_apiLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_products_groupLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_products_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_schemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_tags_apiLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_tags_operationLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ApiManagement.json#/resourceDefinitions/service_workspaces_tags_productLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.App.json#/resourceDefinitions/containerApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_daprComponents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/connectedEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_daprComponents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/containerApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_daprComponents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_managedCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_daprComponents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_managedCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/connectedEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_daprComponents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/containerApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_managedCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_daprComponents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/containerApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_managedCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/builders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/builders_builds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_daprComponents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/connectedEnvironments_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_authConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_resiliencyPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/containerApps_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprComponents_resiliencyPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_daprSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_managedCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.App.json#/resourceDefinitions/managedEnvironments_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_keyValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_keyValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_keyValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_keyValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_replicas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_keyValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_keyValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AppConfiguration.json#/resourceDefinitions/configurationStores_replicas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators_customizedAccelerators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationLiveViews" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_DevToolPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators_customizedAccelerators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationLiveViews" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_DevToolPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators_customizedAccelerators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationLiveViews" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_containerRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_DevToolPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators_customizedAccelerators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationLiveViews" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_containerRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_DevToolPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_eurekaServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators_customizedAccelerators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationLiveViews" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_containerRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_DevToolPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_eurekaServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators_customizedAccelerators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationLiveViews" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_containerRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_DevToolPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_eurekaServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apiPortals_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationAccelerators_customizedAccelerators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_applicationLiveViews" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_bindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_apps_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builders_buildpackBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_buildServices_builds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_configurationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_containerRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_DevToolPortals" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_eurekaServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_gateways_routeConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_monitoringSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_serviceRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.AppPlatform.json#/resourceDefinitions/Spring_storages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Attestation.json#/resourceDefinitions/attestationProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Attestation.json#/resourceDefinitions/attestationProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Attestation.json#/resourceDefinitions/attestationProviders_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Attestation.json#/resourceDefinitions/attestationProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Attestation.json#/resourceDefinitions/attestationProviders_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Attestation.json#/resourceDefinitions/attestationProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Attestation.json#/resourceDefinitions/attestationProviders_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-07-01/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-07-01/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignmentScheduleRequests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleEligibilityScheduleRequests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleManagementPolicyAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignmentScheduleRequests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleEligibilityScheduleRequests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleManagementPolicyAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/accessReviewHistoryDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/accessReviewScheduleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/accessReviewScheduleDefinitions_instances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/accessReviewScheduleSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleAssignmentScheduleRequests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleEligibilityScheduleRequests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Authorization.Authz.json#/unknown_resourceDefinitions/roleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-01-01/Microsoft.Authorization.Resources.json#/resourceDefinitions/locks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyassignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyassignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Authorization.Resources.json#/resourceDefinitions/locks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Authorization.Resources.json#/resourceDefinitions/locks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01-preview/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Authorization.Resources.json#/resourceDefinitions/locks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Authorization.Resources.json#/resourceDefinitions/resourceManagementPrivateLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyExemptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyExemptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-30-preview/Microsoft.Automanage.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-30-preview/Microsoft.Automanage.json#/resourceDefinitions/configurationProfilePreferences" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-30-preview/Microsoft.Automanage.json#/resourceDefinitions/configurationProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-30-preview/Microsoft.Automanage.json#/resourceDefinitions/configurationProfiles_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-04/Microsoft.Automanage.json#/resourceDefinitions/configurationProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-04/Microsoft.Automanage.json#/resourceDefinitions/configurationProfiles_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_compilationjobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connectionTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_modules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_nodeConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks_draft" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_variables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_watchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_softwareUpdateConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls_sourceControlSyncJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-15/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_compilationjobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-15/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_nodeConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-30/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python2Packages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-30/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-30/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks_draft" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_compilationjobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connectionTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_modules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_nodeConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python2Packages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks_draft" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_softwareUpdateConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls_sourceControlSyncJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_variables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_watchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_compilationjobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connectionTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_modules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_nodeConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python2Packages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls_sourceControlSyncJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_variables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-13-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_watchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-22/Microsoft.Automation.json#/resourceDefinitions/automationAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-22/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-22/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups_hybridRunbookWorkers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-22/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connectionTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups_hybridRunbookWorkers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_modules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_nodeConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python2Packages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python3Packages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks_draft" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls_sourceControlSyncJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_variables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_compilationjobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connectionTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups_hybridRunbookWorkers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_modules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_nodeConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python2Packages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python3Packages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks_draft" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runtimeEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runtimeEnvironments_packages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_softwareUpdateConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls_sourceControlSyncJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_variables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_watchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_connectionTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_hybridRunbookWorkerGroups_hybridRunbookWorkers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_jobSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_modules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_nodeConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_powerShell72Modules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python2Packages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_python3Packages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_runbooks_draft" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_sourceControls_sourceControlSyncJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Automation.json#/resourceDefinitions/automationAccounts_variables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.AutonomousDevelopmentPlatform.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.AutonomousDevelopmentPlatform.json#/resourceDefinitions/accounts_dataPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.AutonomousDevelopmentPlatform.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.AutonomousDevelopmentPlatform.json#/resourceDefinitions/accounts_dataPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.AutonomousDevelopmentPlatform.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.AutonomousDevelopmentPlatform.json#/resourceDefinitions/accounts_dataPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-20/Microsoft.AVS.json#/resourceDefinitions/privateClouds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-20/Microsoft.AVS.json#/resourceDefinitions/privateClouds_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-20/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-20/Microsoft.AVS.json#/resourceDefinitions/privateClouds_hcxEnterpriseSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_globalReachConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_hcxEnterpriseSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dhcpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsZones" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_portMirroringProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_segments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-17-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_vmGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_globalReachConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_hcxEnterpriseSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dhcpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsZones" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_portMirroringProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_segments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_vmGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_cloudLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_globalReachConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_hcxEnterpriseSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_scriptExecutions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dhcpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsZones" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_portMirroringProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_publicIPs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_segments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_vmGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_cloudLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters_placementPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_globalReachConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_hcxEnterpriseSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_scriptExecutions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dhcpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsZones" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_portMirroringProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_publicIPs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_segments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_vmGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_cloudLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters_placementPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_globalReachConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_hcxEnterpriseSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_scriptExecutions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dhcpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsZones" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_portMirroringProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_publicIPs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_segments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_vmGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_cloudLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_clusters_placementPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_globalReachConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_hcxEnterpriseSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_scriptExecutions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dhcpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_dnsZones" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_portMirroringProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_publicIPs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_segments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AVS.json#/resourceDefinitions/privateClouds_workloadNetworks_vmGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01-preview/Microsoft.AzureActiveDirectory.json#/resourceDefinitions/b2cDirectories" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.AzureActiveDirectory.json#/resourceDefinitions/guestUsages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.AzureActiveDirectory.json#/resourceDefinitions/b2cDirectories" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.AzureActiveDirectory.json#/resourceDefinitions/guestUsages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-18-preview/Microsoft.AzureActiveDirectory.json#/resourceDefinitions/b2cDirectories" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-18-preview/Microsoft.AzureActiveDirectory.json#/resourceDefinitions/guestUsages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/postgresInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlManagedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/postgresInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlManagedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.AzureArcData.json#/resourceDefinitions/sqlManagedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.AzureArcData.json#/resourceDefinitions/sqlManagedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers_activeDirectoryConnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/postgresInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlManagedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers_activeDirectoryConnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/postgresInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlManagedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/dataControllers_activeDirectoryConnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/postgresInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlManagedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlManagedInstances_failoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-15-preview/Microsoft.AzureArcData.json#/resourceDefinitions/sqlServerInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-24-preview/Microsoft.AzureData.json#/resourceDefinitions/sqlServerRegistrations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-24-preview/Microsoft.AzureData.json#/resourceDefinitions/sqlServerRegistrations_sqlServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.AzurePlaywrightService.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AzureSphere.json#/resourceDefinitions/catalogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AzureSphere.json#/resourceDefinitions/catalogs_images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AzureSphere.json#/resourceDefinitions/catalogs_products" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AzureSphere.json#/resourceDefinitions/catalogs_products_deviceGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AzureSphere.json#/resourceDefinitions/catalogs_products_deviceGroups_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.AzureSphere.json#/resourceDefinitions/catalogs_products_deviceGroups_devices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-01-01/Microsoft.AzureStack.json#/resourceDefinitions/registrations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.AzureStack.json#/resourceDefinitions/registrations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.AzureStack.json#/resourceDefinitions/registrations_customerSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.AzureStack.json#/resourceDefinitions/linkedSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.AzureStack.json#/resourceDefinitions/registrations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.AzureStack.json#/resourceDefinitions/registrations_customerSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.AzureStack.json#/resourceDefinitions/registrations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.AzureStack.json#/resourceDefinitions/registrations_customerSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/galleryimages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/networkinterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualharddisks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualnetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/galleryimages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/marketplacegalleryimages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/networkinterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/storagecontainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualharddisks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualMachines_guestAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualMachines_hybridIdentityMetadata" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.AzureStackHCI.json#/resourceDefinitions/virtualnetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updates_updateRuns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updateSummaries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updates_updateRuns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updateSummaries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_arcSettings_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updates_updateRuns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.AzureStackHCI.json#/resourceDefinitions/clusters_updateSummaries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-06/Microsoft.BareMetalInfrastructure.json#/resourceDefinitions/bareMetalStorageInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-04-preview/Microsoft.BareMetalInfrastructure.json#/resourceDefinitions/bareMetalStorageInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.BatchAI.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.BatchAI.json#/resourceDefinitions/fileServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.BatchAI.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.BatchAI.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.BatchAI.json#/resourceDefinitions/fileServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.BatchAI.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.BatchAI.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.BatchAI.json#/resourceDefinitions/workspaces_clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.BatchAI.json#/resourceDefinitions/workspaces_experiments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.BatchAI.json#/resourceDefinitions/workspaces_experiments_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.BatchAI.json#/resourceDefinitions/workspaces_fileServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Blockchain.json#/resourceDefinitions/blockchainMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Blockchain.json#/resourceDefinitions/blockchainMembers_transactionNodes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.BotService.json#/resourceDefinitions/botServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.BotService.json#/resourceDefinitions/botServices_channels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.BotService.json#/resourceDefinitions/botServices_Connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-12/Microsoft.BotService.json#/resourceDefinitions/botServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-12/Microsoft.BotService.json#/resourceDefinitions/botServices_channels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-12/Microsoft.BotService.json#/resourceDefinitions/botServices_Connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-12/Microsoft.BotService.json#/resourceDefinitions/enterpriseChannels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-02/Microsoft.BotService.json#/resourceDefinitions/botServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-02/Microsoft.BotService.json#/resourceDefinitions/botServices_channels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-02/Microsoft.BotService.json#/resourceDefinitions/botServices_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.BotService.json#/resourceDefinitions/botServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.BotService.json#/resourceDefinitions/botServices_channels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.BotService.json#/resourceDefinitions/botServices_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.BotService.json#/resourceDefinitions/botServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_channels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.BotService.json#/resourceDefinitions/botServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_channels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-15/Microsoft.BotService.json#/resourceDefinitions/botServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-15/Microsoft.BotService.json#/resourceDefinitions/botServices_channels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-15/Microsoft.BotService.json#/resourceDefinitions/botServices_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-15/Microsoft.BotService.json#/resourceDefinitions/botServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.BotService.json#/resourceDefinitions/botServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_channels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.BotService.json#/resourceDefinitions/botServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Cache.Enterprise.json#/resourceDefinitions/redisEnterprise_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Cache.json#/resourceDefinitions/Redis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Cache.json#/resourceDefinitions/Redis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Cache.json#/resourceDefinitions/Redis_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Cache.json#/resourceDefinitions/Redis_patchSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-02-01/Microsoft.Cache.json#/resourceDefinitions/Redis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-02-01/Microsoft.Cache.json#/resourceDefinitions/Redis_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-02-01/Microsoft.Cache.json#/resourceDefinitions/Redis_linkedServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-02-01/Microsoft.Cache.json#/resourceDefinitions/Redis_patchSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Cache.json#/resourceDefinitions/Redis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Cache.json#/resourceDefinitions/Redis_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Cache.json#/resourceDefinitions/Redis_linkedServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Cache.json#/resourceDefinitions/Redis_patchSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Cache.json#/resourceDefinitions/Redis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Cache.json#/resourceDefinitions/Redis_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Cache.json#/resourceDefinitions/Redis_linkedServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Cache.json#/resourceDefinitions/Redis_patchSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Cache.json#/resourceDefinitions/Redis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Cache.json#/resourceDefinitions/Redis_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Cache.json#/resourceDefinitions/Redis_linkedServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Cache.json#/resourceDefinitions/Redis_patchSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Cache.json#/resourceDefinitions/redis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cache.json#/resourceDefinitions/redis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Cache.json#/resourceDefinitions/redis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Cache.json#/resourceDefinitions/redis_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Cache.json#/resourceDefinitions/redis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Cache.json#/resourceDefinitions/redis_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Cache.json#/resourceDefinitions/redis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Cache.json#/resourceDefinitions/redis_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Cache.json#/resourceDefinitions/redis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Cache.json#/resourceDefinitions/redis_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Cache.json#/resourceDefinitions/redis_accessPolicyAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Cache.json#/resourceDefinitions/redis_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Cache.json#/resourceDefinitions/redis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Cache.json#/resourceDefinitions/redis_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Cache.json#/resourceDefinitions/redis_accessPolicyAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Cache.json#/resourceDefinitions/redis_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-02/Microsoft.Cdn.json#/resourceDefinitions/profiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-12/Microsoft.Cdn.json#/resourceDefinitions/profiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-12/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-12/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-15/Microsoft.Cdn.json#/resourceDefinitions/profiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-15/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-15/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-15/Microsoft.Cdn.json#/resourceDefinitions/CdnWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-15/Microsoft.Cdn.json#/resourceDefinitions/profiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-15/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-15/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-15-preview/Microsoft.Cdn.json#/resourceDefinitions/CdnWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-15-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-15-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-15-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-31/Microsoft.Cdn.json#/resourceDefinitions/profiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-31/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-31/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-31/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_originGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-31/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-15/Microsoft.Cdn.json#/resourceDefinitions/CdnWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-15/Microsoft.Cdn.json#/resourceDefinitions/profiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-15/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-15/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-15/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_originGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-15/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/CdnWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_afdEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_afdEndpoints_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_originGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_originGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_originGroups_origins" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_ruleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_ruleSets_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_securityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/cdnWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_afdEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_afdEndpoints_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_originGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_originGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_originGroups_origins" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_ruleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_ruleSets_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_securityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/cdnWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_afdEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_afdEndpoints_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_originGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_originGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_originGroups_origins" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_ruleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_ruleSets_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_securityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/cdnWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_afdEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_afdEndpoints_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_originGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_originGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_originGroups_origins" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_ruleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_ruleSets_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Cdn.json#/resourceDefinitions/profiles_securityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-15-preview/Microsoft.Chaos.json#/resourceDefinitions/experiments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.Chaos.json#/resourceDefinitions/experiments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.Chaos.json#/resourceDefinitions/experiments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.Chaos.json#/resourceDefinitions/experiments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15-preview/Microsoft.Chaos.json#/resourceDefinitions/experiments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.Chaos.json#/resourceDefinitions/experiments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-27-preview/Microsoft.Chaos.json#/resourceDefinitions/experiments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-27-preview/Microsoft.Chaos.json#/resourceDefinitions/privateAccesses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Chaos.json#/resourceDefinitions/experiments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-02-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-18/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-18/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-30/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-30/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_commitmentPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_commitmentPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_commitmentPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_commitmentPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.CognitiveServices.json#/resourceDefinitions/commitmentPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.CognitiveServices.json#/resourceDefinitions/commitmentPlans_accountAssociations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_commitmentPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.CognitiveServices.json#/resourceDefinitions/commitmentPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.CognitiveServices.json#/resourceDefinitions/commitmentPlans_accountAssociations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_commitmentPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_encryptionScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_raiBlocklists" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_raiBlocklists_raiBlocklistItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts_raiPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/commitmentPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/commitmentPlans_accountAssociations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-20/Microsoft.Communication.json#/resourceDefinitions/communicationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-20-preview/Microsoft.Communication.json#/resourceDefinitions/communicationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.Communication.json#/resourceDefinitions/communicationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.Communication.json#/resourceDefinitions/communicationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Communication.json#/resourceDefinitions/communicationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains_senderUsernames" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-31/Microsoft.Communication.json#/resourceDefinitions/communicationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-31/Microsoft.Communication.json#/resourceDefinitions/emailServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-31/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-31/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains_senderUsernames" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Communication.json#/resourceDefinitions/communicationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Communication.json#/resourceDefinitions/emailServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains_senderUsernames" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.Communication.json#/resourceDefinitions/communicationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains_senderUsernames" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.Communication.json#/resourceDefinitions/communicationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains_senderUsernames" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains_suppressionLists" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.Communication.json#/resourceDefinitions/emailServices_domains_suppressionLists_suppressionListAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Community.json#/resourceDefinitions/communityTrainings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-30/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-30/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.Extensions.json#/resourceDefinitions/virtualMachineScaleSets_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-30/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-30/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-30/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-30/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-30/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-30/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/galleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-30/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-30/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/galleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/galleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-30/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-30/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-30/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-30/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/diskAccesses_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/galleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/galleries_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/galleries_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/galleries_images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-30/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Compute.json#/resourceDefinitions/cloudServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/cloudServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections_restorePoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups_capacityReservations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections_restorePoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups_capacityReservations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections_restorePoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.Compute.json#/resourceDefinitions/galleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.Compute.json#/resourceDefinitions/galleries_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups_capacityReservations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections_restorePoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Compute.json#/resourceDefinitions/diskAccesses_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-03/Microsoft.Compute.json#/resourceDefinitions/galleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-03/Microsoft.Compute.json#/resourceDefinitions/galleries_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-03/Microsoft.Compute.json#/resourceDefinitions/galleries_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-03/Microsoft.Compute.json#/resourceDefinitions/galleries_images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-03/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups_capacityReservations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections_restorePoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-02/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-02/Microsoft.Compute.json#/resourceDefinitions/diskAccesses_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-02/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-02/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-02/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-03/Microsoft.Compute.json#/resourceDefinitions/galleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-03/Microsoft.Compute.json#/resourceDefinitions/galleries_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-03/Microsoft.Compute.json#/resourceDefinitions/galleries_applications_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-03/Microsoft.Compute.json#/resourceDefinitions/galleries_images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-03/Microsoft.Compute.json#/resourceDefinitions/galleries_images_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-04/Microsoft.Compute.json#/resourceDefinitions/cloudServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-02/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-02/Microsoft.Compute.json#/resourceDefinitions/diskAccesses_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-02/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-02/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-02/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups_capacityReservations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections_restorePoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-04/Microsoft.Compute.json#/resourceDefinitions/cloudServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups_capacityReservations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections_restorePoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-02/Microsoft.Compute.json#/resourceDefinitions/diskAccesses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-02/Microsoft.Compute.json#/resourceDefinitions/diskAccesses_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-02/Microsoft.Compute.json#/resourceDefinitions/diskEncryptionSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-02/Microsoft.Compute.json#/resourceDefinitions/disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-02/Microsoft.Compute.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/capacityReservationGroups_capacityReservations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/proximityPlacementGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/restorePointCollections_restorePoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/sshPublicKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets_virtualMachines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.ConfidentialLedger.json#/resourceDefinitions/ledgers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-13-preview/Microsoft.ConfidentialLedger.json#/resourceDefinitions/ledgers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-13/Microsoft.ConfidentialLedger.json#/resourceDefinitions/ledgers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-08-preview/Microsoft.ConfidentialLedger.json#/resourceDefinitions/ledgers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-08-preview/Microsoft.ConfidentialLedger.json#/resourceDefinitions/managedCCFs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Confluent.json#/resourceDefinitions/organizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.Confluent.json#/resourceDefinitions/organizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.Confluent.json#/resourceDefinitions/organizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.Confluent.json#/resourceDefinitions/organizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Confluent.json#/resourceDefinitions/organizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-22/Microsoft.Confluent.json#/resourceDefinitions/organizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/resourcePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/vcenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/vcenters_inventoryItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_guestAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_hybridIdentityMetadata" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachineTemplates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/resourcePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/vcenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/vcenters_inventoryItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_guestAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_hybridIdentityMetadata" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachineTemplates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/resourcePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/vcenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/vcenters_inventoryItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_guestAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachines_hybridIdentityMetadata" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualMachineTemplates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-15-preview/Microsoft.ConnectedVMwarevSphere.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-31/Microsoft.Consumption.json#/resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-31/Microsoft.Consumption.json#/resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-30/Microsoft.Consumption.json#/resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-31/Microsoft.Consumption.json#/resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Consumption.json#/resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01-preview/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01-preview/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01-preview/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01-preview/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.ContainerInstance.json#/resourceDefinitions/containerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-27-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_buildTasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_buildTasks_steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_taskRuns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_cacheRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_credentialSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_cacheRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_credentialSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_packages_archives" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_packages_archives_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_cacheRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_credentialSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_cacheRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_credentialSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_packages_archives" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_packages_archives_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_cacheRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_connectedRegistries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_credentialSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_exportPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_importPipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_packages_archives" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_packages_archives_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_pipelineRuns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_replications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_scopeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_tokens" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries_webhooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.ContainerService.json#/resourceDefinitions/containerServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-30/Microsoft.ContainerService.json#/resourceDefinitions/containerServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-01-31/Microsoft.ContainerService.json#/resourceDefinitions/containerServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-07-01/Microsoft.ContainerService.json#/resourceDefinitions/containerServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-31/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-31/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-30-preview/Microsoft.ContainerService.json#/resourceDefinitions/openShiftManagedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-30/Microsoft.ContainerService.json#/resourceDefinitions/openShiftManagedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-30-preview/Microsoft.ContainerService.json#/resourceDefinitions/openShiftManagedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-27-preview/Microsoft.ContainerService.json#/resourceDefinitions/openShiftManagedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/fleets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/fleets_members" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/fleets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/fleets_members" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-03-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-03-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-03-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-03-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-03-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-03-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-03-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/fleets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/fleets_members" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ContainerStorage.json#/resourceDefinitions/pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ContainerStorage.json#/resourceDefinitions/pools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ContainerStorage.json#/resourceDefinitions/pools_volumeSnapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ContainerStorage.json#/resourceDefinitions/pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ContainerStorage.json#/resourceDefinitions/pools_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ContainerStorage.json#/resourceDefinitions/pools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-05-31/Microsoft.CostManagement.json#/resourceDefinitions/reportconfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01-preview/Microsoft.CostManagement.json#/resourceDefinitions/connectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01-preview/Microsoft.CostManagement.json#/resourceDefinitions/reports" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/scheduledActions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/scheduledActions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/scheduledActions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-05-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/scheduledActions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/scheduledActions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/budgets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/scheduledActions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.CustomProviders.json#/resourceDefinitions/resourceProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.Dashboard.json#/resourceDefinitions/grafana" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Dashboard.json#/resourceDefinitions/grafana" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Dashboard.json#/resourceDefinitions/grafana_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Dashboard.json#/resourceDefinitions/grafana" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Dashboard.json#/resourceDefinitions/grafana_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.Dashboard.json#/resourceDefinitions/grafana" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.Dashboard.json#/resourceDefinitions/grafana_managedPrivateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.Dashboard.json#/resourceDefinitions/grafana_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.Dashboard.json#/resourceDefinitions/grafana" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.Dashboard.json#/resourceDefinitions/grafana_managedPrivateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.Dashboard.json#/resourceDefinitions/grafana_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.DataBox.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DataBox.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticProactiveLogCollectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticRemoteSupportSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticProactiveLogCollectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticRemoteSupportSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticProactiveLogCollectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticRemoteSupportSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticProactiveLogCollectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticRemoteSupportSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticProactiveLogCollectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticRemoteSupportSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticProactiveLogCollectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticRemoteSupportSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticProactiveLogCollectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticRemoteSupportSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_bandwidthSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticProactiveLogCollectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_diagnosticRemoteSupportSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_orders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_addons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_roles_monitoringConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_storageAccounts_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DataBoxEdge.json#/resourceDefinitions/dataBoxEdgeDevices_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Databricks.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Databricks.json#/resourceDefinitions/workspaces_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Databricks.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Databricks.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Databricks.json#/resourceDefinitions/workspaces_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Databricks.json#/resourceDefinitions/accessConnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Databricks.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Databricks.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Databricks.json#/resourceDefinitions/workspaces_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.Databricks.json#/resourceDefinitions/accessConnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Databricks.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Databricks.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Databricks.json#/resourceDefinitions/workspaces_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Databricks.json#/resourceDefinitions/accessConnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.DataCatalog.json#/resourceDefinitions/catalogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-01-preview/Microsoft.Datadog.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-01-preview/Microsoft.Datadog.json#/resourceDefinitions/monitors_singleSignOnConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-01-preview/Microsoft.Datadog.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Datadog.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_singleSignOnConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Datadog.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_singleSignOnConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Datadog.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_singleSignOnConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Datadog.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_monitoredSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_singleSignOnConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Datadog.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.DataFactory.json#/resourceDefinitions/factories" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.DataFactory.json#/resourceDefinitions/factories_datasets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.DataFactory.json#/resourceDefinitions/factories_integrationRuntimes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.DataFactory.json#/resourceDefinitions/factories_linkedservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.DataFactory.json#/resourceDefinitions/factories_pipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.DataFactory.json#/resourceDefinitions/factories_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_adfcdcs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_dataflows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_datasets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_globalParameters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_integrationRuntimes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_linkedservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_managedVirtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_managedVirtualNetworks_managedPrivateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_pipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_computePolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_DataLakeStoreAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_StorageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_computePolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_dataLakeStoreAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_computePolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_dataLakeStoreAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts_storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeStore.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeStore.json#/resourceDefinitions/accounts_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeStore.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeStore.json#/resourceDefinitions/accounts_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeStore.json#/resourceDefinitions/accounts_trustedIdProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.DataLakeStore.json#/resourceDefinitions/accounts_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-31-preview/Microsoft.DataMigration.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-31-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-31-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-19/Microsoft.DataMigration.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-19/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-19/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_files" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-15-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_serviceTasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-30/Microsoft.DataMigration.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-30/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-30/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_files" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-30/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-30/Microsoft.DataMigration.json#/resourceDefinitions/services_serviceTasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_files" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_serviceTasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/sqlMigrationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_files" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_serviceTasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/sqlMigrationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_files" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_projects_tasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/services_serviceTasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-30-preview/Microsoft.DataMigration.json#/resourceDefinitions/sqlMigrationServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-31-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-31-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-31-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-31-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/backupVaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DataProtection.json#/resourceDefinitions/resourceGuards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-16-preview/Microsoft.DataReplication.json#/resourceDefinitions/replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-16-preview/Microsoft.DataReplication.json#/resourceDefinitions/replicationFabrics_fabricAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-16-preview/Microsoft.DataReplication.json#/resourceDefinitions/replicationVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-16-preview/Microsoft.DataReplication.json#/resourceDefinitions/replicationVaults_alertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-16-preview/Microsoft.DataReplication.json#/resourceDefinitions/replicationVaults_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-16-preview/Microsoft.DataReplication.json#/resourceDefinitions/replicationVaults_replicationExtensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-16-preview/Microsoft.DataReplication.json#/resourceDefinitions/replicationVaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_dataSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_invitations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_synchronizationSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_dataSetMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.DataShare.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_dataSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_invitations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_synchronizationSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_dataSetMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataShare.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_dataSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_invitations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_synchronizationSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_dataSetMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_dataSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_invitations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_synchronizationSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_dataSetMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.DataShare.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_dataSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_invitations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shares_synchronizationSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_dataSetMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.DataShare.json#/resourceDefinitions/accounts_shareSubscriptions_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.DBforMySQL.json#/resourceDefinitions/servers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DBforMySQL.json#/resourceDefinitions/flexibleServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-08/Microsoft.DBforPostgreSQL.Hsc.json#/resourceDefinitions/serverGroupsv2" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-08/Microsoft.DBforPostgreSQL.Hsc.json#/resourceDefinitions/serverGroupsv2_coordinatorConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-08/Microsoft.DBforPostgreSQL.Hsc.json#/resourceDefinitions/serverGroupsv2_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-08/Microsoft.DBforPostgreSQL.Hsc.json#/resourceDefinitions/serverGroupsv2_nodeConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-08/Microsoft.DBforPostgreSQL.Hsc.json#/resourceDefinitions/serverGroupsv2_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-08/Microsoft.DBforPostgreSQL.Hsc.json#/resourceDefinitions/serverGroupsv2_roles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/servers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-14-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-14-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-05-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-20-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-20-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-20-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-20-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-08-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-08-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-08-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-08-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-08-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_migrations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_migrations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_migrations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.DBforPostgreSQL.json#/resourceDefinitions/flexibleServers_virtualendpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-08-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/controller" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-08-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/delegatedSubnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-08-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/orchestrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DelegatedNetwork.json#/resourceDefinitions/controller" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DelegatedNetwork.json#/resourceDefinitions/delegatedSubnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DelegatedNetwork.json#/resourceDefinitions/orchestrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-18-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/controller" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-18-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/delegatedSubnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-18-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/orchestrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-27-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/controller" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-27-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/delegatedSubnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-27-preview/Microsoft.DelegatedNetwork.json#/resourceDefinitions/orchestrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/artifactSources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/rollouts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/serviceTopologies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/serviceTopologies_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/serviceTopologies_services_serviceUnits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/artifactSources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/rollouts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/serviceTopologies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/serviceTopologies_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/serviceTopologies_services_serviceUnits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.DeploymentManager.json#/resourceDefinitions/steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-23-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-23-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-23-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-23-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-24-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-24-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-24-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-24-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-21-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-21-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-21-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-21-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-21-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-19-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-19-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-19-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-19-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-19-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-02-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-02-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-02-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-02-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-02-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-09-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-09-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-09-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-09-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-09-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-09-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-12/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-12/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-12/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-12/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-12/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-12/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-03-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-03-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-03-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-03-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-03-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-03-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-03-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-03-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_pooledSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-09/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-09/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-09/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-09/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-09/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-09/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_pooledSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-09/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_pooledSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-14-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_personalSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_pooledSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_personalSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_pooledSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-05/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/appAttachPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/applicationGroups_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_msixPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/hostPools_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_personalSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/scalingPlans_pooledSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.DesktopVirtualization.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_attachednetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_catalogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_devboxdefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_environmentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_galleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/networkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_environmentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_attachednetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_catalogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_devboxdefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_environmentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_galleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/networkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_environmentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_attachednetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_catalogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_devboxdefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_environmentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_galleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/networkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_environmentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-12-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_attachednetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_catalogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_devboxdefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_environmentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_galleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/networkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_environmentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_attachednetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_catalogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_devboxdefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_environmentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_galleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/networkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_environmentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/devcenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_attachednetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_catalogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_devboxdefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_environmentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_galleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/networkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/projects_environmentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_attachednetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_catalogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_devboxdefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_environmentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_galleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/networkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_environmentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_attachednetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_catalogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_devboxdefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_environmentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/devcenters_galleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/networkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_environmentTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.DevCenter.json#/resourceDefinitions/projects_pools_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DevHub.json#/resourceDefinitions/workflows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-02-03/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-02-03/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-01-19/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-01-19/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-07-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-07-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-07-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-22/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-22/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-22/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-22/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-22/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-22/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-22-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-22-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-22-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-04/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-04/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-04/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-15/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-15/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-15/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-15/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-10-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-10-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-10-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-10-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-31/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-31/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-31/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-31/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-31-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-31-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-31-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-31-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-03-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-03-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-03-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-03-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-31/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-31/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-31/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-31/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-02/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-02/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-02/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-02/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-02-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-02-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-02-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-02-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-30-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-30-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-30-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-30-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-30/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-30-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-30-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-30-preview/Microsoft.Devices.json#/resourceDefinitions/IotHubs_eventHubEndpoints_ConsumerGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-30-preview/Microsoft.Devices.json#/resourceDefinitions/iotHubs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-21-preview/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-21-preview/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-15/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-15/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-22/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-22/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-05/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-05/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-05/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Devices.Provisioning.json#/resourceDefinitions/provisioningServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_instances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnectionProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_instances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnectionProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_instances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnectionProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_instances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnectionProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_instances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnectionProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.DeviceUpdate.json#/resourceDefinitions/accounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01-preview/Microsoft.DevOps.json#/resourceDefinitions/pipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-13-preview/Microsoft.DevOps.json#/resourceDefinitions/pipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-30-preview/Microsoft.DevOpsInfrastructure.json#/resourceDefinitions/pools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.DevSpaces.json#/resourceDefinitions/controllers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs_artifactsources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs_customimages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs_formulas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs_policysets_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualnetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_artifactsources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_costs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_customimages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_formulas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_notificationchannels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_policysets_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_servicerunners" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualmachines_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualnetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_artifactsources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_costs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_customimages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_formulas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_notificationchannels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_policysets_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_servicerunners" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_servicefabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_servicefabrics_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualmachines_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualnetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15/Microsoft.DevTestLab.json#/resourceDefinitions/schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-30-preview/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-30-preview/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-30-preview/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-30-preview/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_timeSeriesDatabaseConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_timeSeriesDatabaseConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_timeSeriesDatabaseConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-31/Microsoft.DigitalTwins.json#/resourceDefinitions/digitalTwinsInstances_timeSeriesDatabaseConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-06/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-19/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_collections_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_containers_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_graphs_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_databases_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_keyspaces_tables_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-31/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_apis_tables_settings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/mongoClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.DocumentDB.json#/resourceDefinitions/mongoClusters_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/mongoClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/mongoClusters_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraClusters_dataCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_cassandraKeyspaces_views_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_dataTransferJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_graphs_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_gremlinDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_collections_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_mongodbUserDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_notebookWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_clientEncryptionKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_storedProcedures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_containers_userDefinedFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlDatabases_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_sqlRoleDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts_tables_throughputSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/mongoClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-15-preview/Microsoft.DocumentDB.json#/resourceDefinitions/mongoClusters_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_transferOut" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_transferOut" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_transferOut" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_transferOut" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Dynamics365Fraudprotection.json#/resourceDefinitions/instances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Easm.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Easm.json#/resourceDefinitions/workspaces_labels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.Easm.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.Easm.json#/resourceDefinitions/workspaces_labels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.EdgeOrder.json#/resourceDefinitions/addresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.EdgeOrder.json#/resourceDefinitions/orderItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EdgeOrder.json#/resourceDefinitions/addresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EdgeOrder.json#/resourceDefinitions/orderItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.EdgeOrder.json#/resourceDefinitions/addresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.EdgeOrder.json#/resourceDefinitions/orderItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Elastic.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-05-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-05-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Elastic.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-15-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-15-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.Elastic.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-20-preview/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-20-preview/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_volumegroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-20-preview/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_volumegroups_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_volumegroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_volumegroups_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_volumegroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_volumegroups_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.ElasticSan.json#/resourceDefinitions/elasticSans_volumegroups_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.EngagementFabric.json#/resourceDefinitions/Accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.EngagementFabric.json#/resourceDefinitions/Accounts_Channels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-03/Microsoft.EnterpriseKnowledgeGraph.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-15-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-15-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-15-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.EventGrid.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_eventChannels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerRegistrations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.EventGrid.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_eventChannels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerRegistrations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-15-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_eventChannels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerRegistrations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerDestinations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_channels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_eventChannels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerRegistrations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-15-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EventGrid.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/domains_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/partnerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_channels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/partnerRegistrations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/topics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_caCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_clientGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_clients" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_permissionBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_topics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_topicSpaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerDestinations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_channels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerRegistrations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/domains_topics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_caCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_clientGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_clients" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_permissionBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_topics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/namespaces_topicSpaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerDestinations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_channels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerNamespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerRegistrations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/partnerTopics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/systemTopics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/resourceDefinitions/topics_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-15-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_AuthorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_AuthorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_networkRuleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_ipfilterrules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_networkRuleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_virtualnetworkrules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_networkRuleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_networkRuleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_networkRuleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_schemagroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_networkRuleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_schemagroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_networkRuleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_schemagroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_applicationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_networkRuleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.EventHub.json#/resourceDefinitions/namespaces_schemagroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-15-preview/Microsoft.ExtendedLocation.json#/resourceDefinitions/customLocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-15/Microsoft.ExtendedLocation.json#/resourceDefinitions/customLocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-31-preview/Microsoft.ExtendedLocation.json#/resourceDefinitions/customLocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-31-preview/Microsoft.ExtendedLocation.json#/resourceDefinitions/customLocations_resourceSyncRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-12-preview/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-15-preview/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-30-preview/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-10-preview/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-15/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-21/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-11/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-26/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.FluidRelay.json#/resourceDefinitions/fluidRelayServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-22-preview/Microsoft.GraphServices.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-13/Microsoft.GraphServices.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-03-preview/Microsoft.HanaOnAzure.json#/resourceDefinitions/hanaInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-07-preview/Microsoft.HanaOnAzure.json#/resourceDefinitions/sapMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-07-preview/Microsoft.HanaOnAzure.json#/resourceDefinitions/sapMonitors_providerInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-31-preview/Microsoft.HardwareSecurityModules.json#/resourceDefinitions/dedicatedHSMs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-30/Microsoft.HardwareSecurityModules.json#/resourceDefinitions/dedicatedHSMs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-31-preview/Microsoft.HardwareSecurityModules.json#/resourceDefinitions/cloudHsmClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-31-preview/Microsoft.HardwareSecurityModules.json#/resourceDefinitions/cloudHsmClusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.HDInsight.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.HDInsight.json#/resourceDefinitions/clusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.HDInsight.json#/resourceDefinitions/clusters_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.HDInsight.json#/resourceDefinitions/clusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-15-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-15-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-15-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-15-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-15-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-20/Microsoft.HealthBot.json#/resourceDefinitions/healthBots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-20-preview/Microsoft.HealthBot.json#/resourceDefinitions/healthBots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-08/Microsoft.HealthBot.json#/resourceDefinitions/healthBots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-08-preview/Microsoft.HealthBot.json#/resourceDefinitions/healthBots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-10/Microsoft.HealthBot.json#/resourceDefinitions/healthBots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-24/Microsoft.HealthBot.json#/resourceDefinitions/healthBots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-08/Microsoft.HealthBot.json#/resourceDefinitions/healthBots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.HealthBot.json#/resourceDefinitions/healthBots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-20-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-16/Microsoft.HealthcareApis.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-15/Microsoft.HealthcareApis.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-30/Microsoft.HealthcareApis.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-30/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.HealthcareApis.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.HealthcareApis.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-15/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.HealthcareApis.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_analyticsconnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-28/Microsoft.HealthcareApis.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-28/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-28/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-28/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-28/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-28/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-28/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-28/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-06/Microsoft.HealthcareApis.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-06/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-06/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-06/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-06/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-06/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-06/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-06/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/services_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_dicomservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_fhirservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_iotconnectors_fhirdestinations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-12-01/Microsoft.HealthcareApis.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.HybridCloud.json#/resourceDefinitions/cloudConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.HybridCloud.json#/resourceDefinitions/cloudConnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-18-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-02-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-02-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-12/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-30-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-30-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-02/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-02/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_scopedResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-28-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-28-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-28-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-28-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-22-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-22-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-22-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-22-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-17-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-17-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-17-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-17-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-20/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-20/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-20/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-20/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-10/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-10/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-10/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-10/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-10-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-11-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-11-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-11-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-11-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-10/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-10/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-10/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-10/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-27/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-27/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-27/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-27/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-27-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-27-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-27-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-27-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_runCommands" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-25-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-20-preview/Microsoft.HybridCompute.json#/resourceDefinitions/licenses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-20-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-20-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-20-preview/Microsoft.HybridCompute.json#/resourceDefinitions/machines_licenseProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-20-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-20-preview/Microsoft.HybridCompute.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/provisionedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/provisionedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/provisionedClusters_hybridIdentityMetadata" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/storageSpaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/provisionedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/provisionedClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/provisionedClusters_hybridIdentityMetadata" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/storageSpaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.HybridContainerService.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.HybridData.json#/resourceDefinitions/dataManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.HybridData.json#/resourceDefinitions/dataManagers_dataServices_jobDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.HybridData.json#/resourceDefinitions/dataManagers_dataStores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.HybridData.json#/resourceDefinitions/dataManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.HybridData.json#/resourceDefinitions/dataManagers_dataServices_jobDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.HybridData.json#/resourceDefinitions/dataManagers_dataStores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.HybridNetwork.json#/resourceDefinitions/devices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.HybridNetwork.json#/resourceDefinitions/networkFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.HybridNetwork.json#/resourceDefinitions/devices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.HybridNetwork.json#/resourceDefinitions/networkFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.HybridNetwork.json#/resourceDefinitions/devices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.HybridNetwork.json#/resourceDefinitions/networkFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/configurationGroupValues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/networkFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/publishers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/publishers_artifactStores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/publishers_artifactStores_artifactManifests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/publishers_configurationGroupSchemas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/publishers_networkFunctionDefinitionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/publishers_networkFunctionDefinitionGroups_networkFunctionDefinitionVersions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/publishers_networkServiceDesignGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/publishers_networkServiceDesignGroups_networkServiceDesignVersions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/siteNetworkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.HybridNetwork.json#/resourceDefinitions/sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.ImportExport.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.ImportExport.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.ImportExport.json#/resourceDefinitions/jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/components_analyticsItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/components_Annotations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/components_currentbillingfeatures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/components_exportconfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/components_favorites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/components_myanalyticsItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/components_ProactiveDetectionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/myWorkbooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/webtests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01/Microsoft.Insights.Application.json#/resourceDefinitions/workbooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Insights.Application.json#/resourceDefinitions/components_pricingPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/resourceDefinitions/components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/resourceDefinitions/components_ProactiveDetectionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/resourceDefinitions/webtests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-17-preview/Microsoft.Insights.Application.json#/resourceDefinitions/workbooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-17-preview/Microsoft.Insights.Application.json#/resourceDefinitions/workbooktemplates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02/Microsoft.Insights.Application.json#/resourceDefinitions/components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Insights.Application.json#/resourceDefinitions/components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.Insights.Application.json#/resourceDefinitions/components_linkedStorageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-05-preview/Microsoft.Insights.Application.json#/resourceDefinitions/webtests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-20/Microsoft.Insights.Application.json#/resourceDefinitions/myWorkbooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-20/Microsoft.Insights.Application.json#/resourceDefinitions/workbooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-20/Microsoft.Insights.Application.json#/resourceDefinitions/workbooktemplates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.Insights.Application.json#/resourceDefinitions/myWorkbooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.Insights.Application.json#/resourceDefinitions/workbooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Insights.Application.json#/resourceDefinitions/workbooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.Insights.Application.json#/resourceDefinitions/workbooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.Insights.Application.json#/resourceDefinitions/webtests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Insights.Application.json#/resourceDefinitions/workbooks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/alertrules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/autoscalesettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.Insights.json#/resourceDefinitions/autoscalesettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.Insights.json#/resourceDefinitions/alertrules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Insights.json#/resourceDefinitions/activityLogAlerts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Insights.json#/resourceDefinitions/activityLogAlerts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Insights.json#/resourceDefinitions/metricAlerts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-16/Microsoft.Insights.json#/resourceDefinitions/scheduledQueryRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Insights.json#/resourceDefinitions/guestDiagnosticSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-17-preview/Microsoft.Insights.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-17-preview/Microsoft.Insights.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-17-preview/Microsoft.Insights.json#/resourceDefinitions/privateLinkScopes_scopedResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.Insights.json#/resourceDefinitions/dataCollectionRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.Insights.json#/resourceDefinitions/scheduledQueryRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Insights.json#/resourceDefinitions/activityLogAlerts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Insights.json#/resourceDefinitions/scheduledQueryRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Insights.json#/resourceDefinitions/dataCollectionEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Insights.json#/resourceDefinitions/dataCollectionRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Insights.json#/resourceDefinitions/autoscalesettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Insights.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Insights.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Insights.json#/resourceDefinitions/privateLinkScopes_scopedResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Insights.json#/resourceDefinitions/scheduledQueryRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.Insights.json#/resourceDefinitions/dataCollectionEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.Insights.json#/resourceDefinitions/dataCollectionRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Insights.json#/resourceDefinitions/dataCollectionEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Insights.json#/resourceDefinitions/dataCollectionRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-15/Microsoft.Insights.json#/resourceDefinitions/scheduledQueryRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Insights.json#/resourceDefinitions/scheduledQueryRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Insights.json#/resourceDefinitions/autoscalesettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.Insights.json#/resourceDefinitions/activityLogAlerts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15-preview/Microsoft.Insights.json#/resourceDefinitions/scheduledQueryRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-14-preview/Microsoft.IntegrationSpaces.json#/resourceDefinitions/spaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-14-preview/Microsoft.IntegrationSpaces.json#/resourceDefinitions/spaces_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-14-preview/Microsoft.IntegrationSpaces.json#/resourceDefinitions/spaces_applications_businessProcesses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-14-preview/Microsoft.IntegrationSpaces.json#/resourceDefinitions/spaces_applications_resources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-14-preview/Microsoft.IntegrationSpaces.json#/resourceDefinitions/spaces_infrastructureResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01/Microsoft.IotCentral.json#/resourceDefinitions/iotApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.IotCentral.json#/resourceDefinitions/iotApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.IotCentral.json#/resourceDefinitions/iotApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.IotCentral.json#/resourceDefinitions/iotApps_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-08-preview/Microsoft.IoTFirmwareDefense.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-08-preview/Microsoft.IoTFirmwareDefense.json#/resourceDefinitions/workspaces_firmwares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.IoTOperationsDataProcessor.json#/resourceDefinitions/instances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.IoTOperationsDataProcessor.json#/resourceDefinitions/instances_datasets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.IoTOperationsDataProcessor.json#/resourceDefinitions/instances_pipelines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.IoTOperationsOrchestrator.json#/resourceDefinitions/instances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.IoTOperationsOrchestrator.json#/resourceDefinitions/solutions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-04-preview/Microsoft.IoTOperationsOrchestrator.json#/resourceDefinitions/targets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-14/Microsoft.KeyVault.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-14/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-14/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-14/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-14-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-14-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-14-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.KeyVault.json#/resourceDefinitions/managedHSMs_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.Kubernetes.json#/resourceDefinitions/connectedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Kubernetes.json#/resourceDefinitions/connectedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Kubernetes.json#/resourceDefinitions/connectedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.Kubernetes.json#/resourceDefinitions/connectedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Kubernetes.json#/resourceDefinitions/connectedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.Kubernetes.json#/resourceDefinitions/connectedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.Kubernetes.json#/resourceDefinitions/connectedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.KubernetesConfiguration.json#/resourceDefinitions/privateLinkScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-02-preview/Microsoft.KubernetesConfiguration.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-07-preview/Microsoft.Kusto.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-07-preview/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-07-preview/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_eventhubconnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-21/Microsoft.Kusto.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-21/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-21/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-15/Microsoft.Kusto.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-07/Microsoft.Kusto.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-09/Microsoft.Kusto.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-09/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-09/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-09/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-09/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-09/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-09/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-15/Microsoft.Kusto.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Kusto.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_scripts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_scripts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_managedPrivateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-27/Microsoft.Kusto.json#/resourceDefinitions/clusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_scripts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_managedPrivateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Kusto.json#/resourceDefinitions/clusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_scripts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_managedPrivateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-07/Microsoft.Kusto.json#/resourceDefinitions/clusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_scripts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_managedPrivateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-11/Microsoft.Kusto.json#/resourceDefinitions/clusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_scripts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_managedPrivateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-29/Microsoft.Kusto.json#/resourceDefinitions/clusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_scripts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_managedPrivateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-02/Microsoft.Kusto.json#/resourceDefinitions/clusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_attachedDatabaseConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_scripts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_managedPrivateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-15/Microsoft.Kusto.json#/resourceDefinitions/clusters_sandboxCustomImages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-15/Microsoft.LabServices.json#/resourceDefinitions/labaccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-15/Microsoft.LabServices.json#/resourceDefinitions/labaccounts_galleryimages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-15/Microsoft.LabServices.json#/resourceDefinitions/labaccounts_labs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-15/Microsoft.LabServices.json#/resourceDefinitions/labaccounts_labs_environmentsettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-15/Microsoft.LabServices.json#/resourceDefinitions/labaccounts_labs_environmentsettings_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-15/Microsoft.LabServices.json#/resourceDefinitions/labaccounts_labs_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.LabServices.json#/resourceDefinitions/labPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.LabServices.json#/resourceDefinitions/labPlans_images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.LabServices.json#/resourceDefinitions/labs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.LabServices.json#/resourceDefinitions/labs_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.LabServices.json#/resourceDefinitions/labs_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.LabServices.json#/resourceDefinitions/labPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.LabServices.json#/resourceDefinitions/labPlans_images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.LabServices.json#/resourceDefinitions/labs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.LabServices.json#/resourceDefinitions/labs_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15-preview/Microsoft.LabServices.json#/resourceDefinitions/labs_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.LabServices.json#/resourceDefinitions/labPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.LabServices.json#/resourceDefinitions/labPlans_images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.LabServices.json#/resourceDefinitions/labs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.LabServices.json#/resourceDefinitions/labs_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.LabServices.json#/resourceDefinitions/labs_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-07/Microsoft.LabServices.json#/resourceDefinitions/labPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-07/Microsoft.LabServices.json#/resourceDefinitions/labPlans_images" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-07/Microsoft.LabServices.json#/resourceDefinitions/labs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-07/Microsoft.LabServices.json#/resourceDefinitions/labs_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-07/Microsoft.LabServices.json#/resourceDefinitions/labs_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.LoadTestService.json#/resourceDefinitions/loadTests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-15-preview/Microsoft.LoadTestService.json#/resourceDefinitions/loadTests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01/Microsoft.LoadTestService.json#/resourceDefinitions/loadTests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Logz.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Logz.json#/resourceDefinitions/monitors_accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Logz.json#/resourceDefinitions/monitors_accounts_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Logz.json#/resourceDefinitions/monitors_singleSignOnConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Logz.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_accounts_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_singleSignOnConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_accounts_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_metricsSource" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_metricsSource_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_singleSignOnConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.Logz.json#/resourceDefinitions/monitors_tagRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForEDMUpload" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForEDMUpload_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365ComplianceCenter" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365ComplianceCenter_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365SecurityCenter" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365SecurityCenter_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForMIPPolicySync" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForMIPPolicySync_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForO365ManagementActivityAPI" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForO365ManagementActivityAPI_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForSCCPowershell" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-25-preview/Microsoft.M365SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForSCCPowershell_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.MachineLearning.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-01-preview/Microsoft.MachineLearning.json#/resourceDefinitions/commitmentPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-01-preview/Microsoft.MachineLearning.json#/resourceDefinitions/webServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-01-01/Microsoft.MachineLearning.json#/resourceDefinitions/webServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.MachineLearning.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01-preview/Microsoft.MachineLearningCompute.json#/resourceDefinitions/operationalizationClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01-preview/Microsoft.MachineLearningCompute.json#/resourceDefinitions/operationalizationClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-05-01-preview/Microsoft.MachineLearningExperimentation.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-05-01-preview/Microsoft.MachineLearningExperimentation.json#/resourceDefinitions/accounts_workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-05-01-preview/Microsoft.MachineLearningExperimentation.json#/resourceDefinitions/accounts_workspaces_projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-19/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-19/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-18-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-18-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-18-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datasets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_linkedWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-15-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-15-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-15-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_linkedWorkspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-15-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-15-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_linkedServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_outboundRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_outboundRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/capacityReserverationGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_inferencePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_inferencePools_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_inferencePools_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_labelingJobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_outboundRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_serverlessEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/registries_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_batchEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_codes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_components_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_computes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_data_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_datastores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_environments_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featuresets_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_featurestoreEntities_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_models_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_onlineEndpoints_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_outboundRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.MachineLearningServices.json#/resourceDefinitions/workspaces_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Maintenance.json#/resourceDefinitions/configurationAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.Maintenance.json#/resourceDefinitions/configurationAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.Maintenance.json#/resourceDefinitions/maintenanceConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-31-preview/Microsoft.ManagedIdentity.json#/resourceDefinitions/userAssignedIdentities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-30/Microsoft.ManagedIdentity.json#/resourceDefinitions/userAssignedIdentities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-30-preview/Microsoft.ManagedIdentity.json#/resourceDefinitions/userAssignedIdentities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.ManagedIdentity.json#/resourceDefinitions/userAssignedIdentities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.ManagedIdentity.json#/resourceDefinitions/userAssignedIdentities_federatedIdentityCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-31/Microsoft.ManagedIdentity.json#/resourceDefinitions/userAssignedIdentities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-31/Microsoft.ManagedIdentity.json#/resourceDefinitions/userAssignedIdentities_federatedIdentityCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ManagedNetwork.json#/resourceDefinitions/managedNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ManagedNetwork.json#/resourceDefinitions/managedNetworks_managedNetworkGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ManagedNetwork.json#/resourceDefinitions/managedNetworks_managedNetworkPeeringPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/accessControlLists" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/ipCommunityLists" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/ipPrefixLists" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/l2IsolationDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/l3IsolationDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/l3IsolationDomains_externalNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/l3IsolationDomains_internalNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/networkDevices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/networkDevices_networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/networkFabricControllers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/networkFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/networkFabrics_networkToNetworkInterconnects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/networkRacks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ManagedNetworkFabric.json#/resourceDefinitions/routePolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-01-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.Maps.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts_creators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts_privateAtlases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Maps.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Maps.json#/resourceDefinitions/accounts_creators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts_creators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts_creators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Maps.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Maps.json#/resourceDefinitions/accounts_creators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Maps.json#/resourceDefinitions/accounts_creators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-10-01/Microsoft.Media.json#/resourceDefinitions/mediaservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_contentKeyPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents_liveOutputs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_streamingEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingLocators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-30-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_contentKeyPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents_liveOutputs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_streamingEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingLocators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_accountFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_assetFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_contentKeyPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingLocators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents_liveOutputs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaservices_streamingEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_mediaGraphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_mediaGraphs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_accountFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_assetFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_contentKeyPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents_liveOutputs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_streamingEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingLocators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Media.json#/resourceDefinitions/mediaservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_accountFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_assetFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_contentKeyPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents_liveOutputs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_streamingEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingLocators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_accountFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_assetFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_tracks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_contentKeyPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents_liveOutputs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_streamingEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingLocators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_transforms_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_accountFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_assetFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_tracks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_contentKeyPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents_liveOutputs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_streamingEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingLocators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_liveEvents_liveOutputs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_streamingEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaservices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_accountFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_assetFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_assets_tracks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_contentKeyPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaservices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingLocators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Media.json#/resourceDefinitions/mediaServices_streamingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-02/Microsoft.Migrate.json#/resourceDefinitions/projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-02/Microsoft.Migrate.json#/resourceDefinitions/projects_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-02/Microsoft.Migrate.json#/resourceDefinitions/projects_groups_assessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Migrate.json#/resourceDefinitions/migrateProjects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Migrate.json#/resourceDefinitions/migrateProjects_solutions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentProjects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentProjects_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentProjects_groups_assessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentProjects_hypervcollectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentProjects_importcollectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentprojects_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentProjects_servercollectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentProjects_vmwarecollectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Migrate.json#/resourceDefinitions/migrateProjects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Migrate.json#/resourceDefinitions/migrateProjects_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-11-preview/Microsoft.Migrate.Migrate.json#/resourceDefinitions/projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-11-preview/Microsoft.Migrate.Migrate.json#/resourceDefinitions/projects_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-11-preview/Microsoft.Migrate.Migrate.json#/resourceDefinitions/projects_groups_assessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-02/Microsoft.Migrate.Migrate.json#/resourceDefinitions/projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-02/Microsoft.Migrate.Migrate.json#/resourceDefinitions/projects_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-02/Microsoft.Migrate.Migrate.json#/resourceDefinitions/projects_groups_assessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_groups_assessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_hypervcollectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_importcollectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentprojects_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_servercollectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_vmwarecollectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/migrateProjects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/migrateProjects_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Migrate.Migrate.json#/resourceDefinitions/modernizeProjects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Migrate.Migrate.json#/resourceDefinitions/modernizeProjects_migrateAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Migrate.Migrate.json#/resourceDefinitions/modernizeProjects_workloadDeployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Migrate.Migrate.json#/resourceDefinitions/modernizeProjects_workloadInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/migrateProjects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/migrateProjects_privateEndpointConnectionProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/migrateProjects_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Migrate.Migrate.json#/resourceDefinitions/migrateProjects_solutions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_groups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_groups_assessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_groups_avsAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_groups_sqlAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_hypervcollectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_importcollectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_servercollectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_sqlcollectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-15/Microsoft.Migrate.Migrate.json#/resourceDefinitions/assessmentProjects_vmwarecollectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Migrate.MigrateProjects.json#/resourceDefinitions/migrateProjects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Migrate.MigrateProjects.json#/resourceDefinitions/migrateProjects_solutions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01-preview/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01-preview/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections_moveResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections_moveResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections_moveResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections_moveResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Migrate.ResourceMover.json#/resourceDefinitions/moveCollections_moveResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-28-preview/Microsoft.MixedReality.json#/resourceDefinitions/spatialAnchorsAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-02-preview/Microsoft.MixedReality.json#/resourceDefinitions/remoteRenderingAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-02-preview/Microsoft.MixedReality.json#/resourceDefinitions/spatialAnchorsAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-06-preview/Microsoft.MixedReality.json#/resourceDefinitions/remoteRenderingAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.MixedReality.json#/resourceDefinitions/spatialAnchorsAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.MixedReality.json#/resourceDefinitions/remoteRenderingAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.MixedReality.json#/resourceDefinitions/spatialAnchorsAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MixedReality.json#/resourceDefinitions/objectAnchorsAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MixedReality.json#/resourceDefinitions/remoteRenderingAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.MixedReality.json#/resourceDefinitions/spatialAnchorsAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_dataNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_simPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_slices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes_attachedDataNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/sims" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_dataNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_simPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_slices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes_attachedDataNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups_sims" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_dataNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_simPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_slices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes_attachedDataNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups_sims" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_dataNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_simPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_slices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_diagnosticsPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes_attachedDataNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups_sims" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_dataNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_simPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/mobileNetworks_slices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_diagnosticsPackages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/packetCoreControlPlanes_packetCoreDataPlanes_attachedDataNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups_sims" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-15-preview/Microsoft.MobilePacketCore.json#/resourceDefinitions/networkFunctions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-03-preview/Microsoft.Monitor.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-03/Microsoft.Monitor.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-15/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-15/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-15/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-15/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_subvolumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_subvolumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_volumeQuotaRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_subvolumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_volumeQuotaRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_subvolumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_volumeQuotaRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_subvolumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_volumeQuotaRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_subvolumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_volumeQuotaRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupVaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupVaults_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_subvolumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_volumeQuotaRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_subvolumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_capacityPools_volumes_volumeQuotaRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_snapshotPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts_volumeGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsForwardingRulesets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsForwardingRulesets_forwardingRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsForwardingRulesets_virtualNetworkLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsResolvers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsResolvers_inboundEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsResolvers_outboundEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsForwardingRulesets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsForwardingRulesets_forwardingRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsForwardingRulesets_virtualNetworkLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsResolvers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsResolvers_inboundEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.DnsResolver.json#/resourceDefinitions/dnsResolvers_outboundEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/FrontDoorWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/FrontDoorWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/FrontDoorWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/NetworkExperimentProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/NetworkExperimentProfiles_Experiments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors_rulesEngines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors_rulesEngines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/FrontDoorWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors_rulesEngines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/FrontDoorWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/frontDoors_rulesEngines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/FrontDoorWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.FrontDoor.json#/resourceDefinitions/FrontDoorWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses_" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/virtualnetworkgateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/virtualnetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/virtualnetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Network.NRP.json#/resourceDefinitions/virtualnetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/interfaceEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans_p2sVpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/interfaceEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans_p2sVpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/interfaceEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans_p2sVpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/interfaceEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans_p2sVpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/interfaceEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans_p2sVpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans_p2sVpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans_p2sVpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans_p2sVpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-12-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations_ruleCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations_ruleCollections_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_links" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_profiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_profiles_accessRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_resourceAssociations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations_ruleCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations_ruleCollections_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations_ruleCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations_ruleCollections_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations_ruleCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityUserConfigurations_ruleCollections_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationGateways_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ApplicationGatewayWebApplicationFirewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/applicationSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/azureFirewalls" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/bastionHosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/connections_sharedkey" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/customIpPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosCustomPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ddosProtectionPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/dscpConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCircuits_peerings_connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteCrossConnections_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRouteGateways_expressRouteConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ExpressRoutePorts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/expressRoutePorts_authorizations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_ruleCollectionGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/firewallPolicies_signatureOverrides" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/IpAllocations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/ipGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_backendAddressPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/loadBalancers_inboundNatRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/localNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/natGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkInterfaces_tapConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_connectivityConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_networkGroups_staticMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_scopeConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkManagers_securityAdminConfigurations_ruleCollections_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityGroups_securityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_inboundSecurityRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_networkVirtualApplianceConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkVirtualAppliances_virtualApplianceSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_connectionMonitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_flowLogs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/networkWatchers_packetCaptures" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/p2svpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateEndpoints_privateDnsZoneGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/privateLinkServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPAddresses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/publicIPPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeFilters_routeFilterRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/routeTables_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/securityPartnerProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/serviceEndpointPolicies_serviceEndpointPolicyDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_bgpConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubRouteTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_hubVirtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_ipConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeMaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routeTables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualHubs_routingIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_subnets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworks_virtualNetworkPeerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualNetworkTaps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualRouters_peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/virtualWans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_natRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnGateways_vpnConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnServerConfigurations_configurationPolicyGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.Network.NRP.json#/resourceDefinitions/vpnSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_links" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_profiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_profiles_accessRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_resourceAssociations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_links" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_profiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_profiles_accessRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.Network.NRP.json#/resourceDefinitions/networkSecurityPerimeters_resourceAssociations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-05-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_AzureEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_ExternalEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_NestedEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_AzureEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_ExternalEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_NestedEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_AzureEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_ExternalEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.Network.TrafficManager.json#/resourceDefinitions/trafficmanagerprofiles_NestedEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-15/Microsoft.NetworkAnalytics.json#/resourceDefinitions/dataProducts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-15/Microsoft.NetworkAnalytics.json#/resourceDefinitions/dataProducts_dataTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/bareMetalMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/cloudServicesNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusterManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_bareMetalMachineKeySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_bmcKeySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_metricsConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/defaultCniNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/hybridAksClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/l2Networks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/l3Networks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/racks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/storageAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/trunkedNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/virtualMachines_consoles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-12-12-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/bareMetalMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/cloudServicesNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusterManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_bareMetalMachineKeySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_bmcKeySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_metricsConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/kubernetesClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/kubernetesClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/l2Networks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/l3Networks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/racks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/storageAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/trunkedNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/virtualMachines_consoles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.NetworkCloud.json#/resourceDefinitions/volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/bareMetalMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/cloudServicesNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/clusterManagers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_bareMetalMachineKeySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_bmcKeySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/clusters_metricsConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/kubernetesClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/kubernetesClusters_agentPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/l2Networks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/l3Networks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/racks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/storageAppliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/trunkedNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/virtualMachines_consoles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.NetworkCloud.json#/resourceDefinitions/volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.NetworkFunction.json#/resourceDefinitions/azureTrafficCollectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.NetworkFunction.json#/resourceDefinitions/azureTrafficCollectors_collectorPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetworkFunction.json#/resourceDefinitions/azureTrafficCollectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.NetworkFunction.json#/resourceDefinitions/azureTrafficCollectors_collectorPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.NetworkFunction.json#/resourceDefinitions/azureTrafficCollectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.NetworkFunction.json#/resourceDefinitions/azureTrafficCollectors_collectorPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetworkFunction.json#/resourceDefinitions/azureTrafficCollectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.NetworkFunction.json#/resourceDefinitions/azureTrafficCollectors_collectorPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_AuthorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs_AuthorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_AuthorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs_AuthorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_AuthorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs_AuthorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_notificationHubs_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.OffAzure.json#/resourceDefinitions/HyperVSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.OffAzure.json#/resourceDefinitions/HyperVSites_clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.OffAzure.json#/resourceDefinitions/HyperVSites_hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.OffAzure.json#/resourceDefinitions/VMwareSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.OffAzure.json#/resourceDefinitions/VMwareSites_vCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-07/Microsoft.OffAzure.json#/resourceDefinitions/HyperVSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-07/Microsoft.OffAzure.json#/resourceDefinitions/HyperVSites_clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-07/Microsoft.OffAzure.json#/resourceDefinitions/HyperVSites_hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-07/Microsoft.OffAzure.json#/resourceDefinitions/MasterSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-07/Microsoft.OffAzure.json#/resourceDefinitions/masterSites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-07/Microsoft.OffAzure.json#/resourceDefinitions/VMwareSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-07/Microsoft.OffAzure.json#/resourceDefinitions/VMwareSites_vCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/hypervSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/hypervSites_clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/hypervSites_hosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/importSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/masterSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/masterSites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/masterSites_sqlSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/masterSites_sqlSites_discoverySiteDataSources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/masterSites_webAppSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/masterSites_webAppSites_discoverySiteDataSources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/serverSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/vmwareSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-06/Microsoft.OffAzure.json#/resourceDefinitions/vmwareSites_vcenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.OpenEnergyPlatform.json#/resourceDefinitions/energyServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-04-preview/Microsoft.OpenEnergyPlatform.json#/resourceDefinitions/energyServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-03-20/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_savedSearches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-03-20/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_storageInsightConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_dataSources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_linkedServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_dataExports" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_linkedServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_linkedStorageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.OperationalInsights.json#/resourceDefinitions/queryPacks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.OperationalInsights.json#/resourceDefinitions/queryPacks_queries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/queryPacks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/queryPacks_queries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_dataExports" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_dataSources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_linkedServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_linkedStorageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_savedSearches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_storageInsightConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.OperationalInsights.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_dataExports" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_dataSources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_linkedServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_linkedStorageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_savedSearches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_storageInsightConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.OperationalInsights.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.OperationalInsights.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Orbital.json#/resourceDefinitions/contactProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Orbital.json#/resourceDefinitions/spacecrafts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Orbital.json#/resourceDefinitions/spacecrafts_contacts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Orbital.json#/resourceDefinitions/contactProfiles" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Orbital.json#/resourceDefinitions/spacecrafts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Orbital.json#/resourceDefinitions/spacecrafts_contacts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.Peering.json#/resourceDefinitions/peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.Peering.json#/resourceDefinitions/peeringServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01-preview/Microsoft.Peering.json#/resourceDefinitions/peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01-preview/Microsoft.Peering.json#/resourceDefinitions/peeringServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-01-preview/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.Peering.json#/resourceDefinitions/peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredAsns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.Peering.json#/resourceDefinitions/peeringServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Peering.json#/resourceDefinitions/peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredAsns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Peering.json#/resourceDefinitions/peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredAsns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Peering.json#/resourceDefinitions/peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredAsns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Peering.json#/resourceDefinitions/peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredAsns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_connectionMonitorTests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Peering.json#/resourceDefinitions/peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredAsns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_connectionMonitorTests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Peering.json#/resourceDefinitions/peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredAsns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_connectionMonitorTests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Peering.json#/resourceDefinitions/peerings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredAsns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Peering.json#/resourceDefinitions/peerings_registeredPrefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_connectionMonitorTests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.Peering.json#/resourceDefinitions/peeringServices_prefixes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01-preview/Microsoft.PolicyInsights.json#/resourceDefinitions/remediations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.PolicyInsights.json#/resourceDefinitions/remediations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.PolicyInsights.json#/resourceDefinitions/attestations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.PolicyInsights.json#/resourceDefinitions/remediations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.PolicyInsights.json#/resourceDefinitions/attestations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01-preview/Microsoft.Portal.json#/resourceDefinitions/dashboards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01-preview/Microsoft.Portal.json#/resourceDefinitions/dashboards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01-preview/Microsoft.Portal.json#/resourceDefinitions/dashboards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.Portal.json#/resourceDefinitions/dashboards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-01-29/Microsoft.PowerBI.json#/resourceDefinitions/workspaceCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.PowerBI.json#/resourceDefinitions/privateLinkServicesForPowerBI" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.PowerBI.json#/resourceDefinitions/privateLinkServicesForPowerBI_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.PowerBIDedicated.json#/resourceDefinitions/capacities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.PowerBIDedicated.json#/resourceDefinitions/autoScaleVCores" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.PowerBIDedicated.json#/resourceDefinitions/capacities" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-30-preview/Microsoft.PowerPlatform.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-30-preview/Microsoft.PowerPlatform.json#/resourceDefinitions/enterprisePolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-30-preview/Microsoft.PowerPlatform.json#/resourceDefinitions/enterprisePolicies_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ProfessionalService.json#/resourceDefinitions/resources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.Purview.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.Purview.json#/resourceDefinitions/accounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Purview.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Purview.json#/resourceDefinitions/accounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Purview.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Purview.json#/resourceDefinitions/accounts_kafkaConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Purview.json#/resourceDefinitions/accounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-04-preview/Microsoft.Quantum.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-10-preview/Microsoft.Quantum.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecommendationsService.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecommendationsService.json#/resourceDefinitions/accounts_modeling" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecommendationsService.json#/resourceDefinitions/accounts_serviceEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.RecommendationsService.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.RecommendationsService.json#/resourceDefinitions/accounts_modeling" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01-preview/Microsoft.RecommendationsService.json#/resourceDefinitions/accounts_serviceEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-12-20/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-13/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-13/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-15/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-15/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-15/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-15/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-15/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupEncryptionConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_backupProtectionIntent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupFabrics_protectionContainers_protectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupResourceGuardProxies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_backupstorageconfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.Backup.json#/resourceDefinitions/vaults_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-31-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-30-preview/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-10/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationAlertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationMigrationItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectedItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationRecoveryServicesProviders" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationStorageClassifications_replicationStorageClassificationMappings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationFabrics_replicationvCenters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationProtectionIntents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationRecoveryPlans" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01/Microsoft.RecoveryServices.SiteRecovery.json#/resourceDefinitions/vaults_replicationVaultSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-30/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openShiftClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openShiftClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openShiftClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openShiftClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_machinePool" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_secret" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_syncIdentityProvider" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_syncSet" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openShiftClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_machinePool" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_secret" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_syncIdentityProvider" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_syncSet" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openShiftClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_machinePool" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_secret" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_syncIdentityProvider" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_syncSet" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openShiftClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_machinePool" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_secret" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_syncIdentityProvider" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-04/Microsoft.RedHatOpenShift.json#/resourceDefinitions/openshiftclusters_syncSet" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Relay.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_AuthorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_HybridConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_HybridConnections_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_WcfRelays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_WcfRelays_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Relay.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_hybridConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_hybridConnections_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_wcfRelays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_wcfRelays_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.Relay.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.Relay.json#/resourceDefinitions/namespaces_networkRuleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.Relay.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Relay.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_hybridConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_hybridConnections_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_networkRuleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_wcfRelays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Relay.json#/resourceDefinitions/namespaces_wcfRelays_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-31-preview/Microsoft.ResourceConnector.json#/resourceDefinitions/appliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-15-preview/Microsoft.ResourceConnector.json#/resourceDefinitions/appliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-27/Microsoft.ResourceConnector.json#/resourceDefinitions/appliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ResourceGraph.json#/resourceDefinitions/queries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-11-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-02-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-05-10/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-10/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Resources.json#/resourceDefinitions/templateSpecs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Resources.json#/resourceDefinitions/templateSpecs_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01-preview/Microsoft.Resources.json#/resourceDefinitions/deploymentScripts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Resources.json#/resourceDefinitions/deploymentScripts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.Resources.json#/resourceDefinitions/templateSpecs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01-preview/Microsoft.Resources.json#/resourceDefinitions/templateSpecs_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Resources.json#/resourceDefinitions/templateSpecs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Resources.json#/resourceDefinitions/templateSpecs_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Resources.json#/resourceDefinitions/templateSpecs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.Resources.json#/resourceDefinitions/templateSpecs_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Resources.json#/resourceDefinitions/deploymentStacks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.Resources.json#/resourceDefinitions/deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Resources.json#/resourceDefinitions/deploymentScripts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-08-01-preview/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-08-01-preview/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-01-01/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-01-01/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.Scom.json#/resourceDefinitions/managedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.Scom.json#/resourceDefinitions/managedInstances_managedGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-07-preview/Microsoft.Scom.json#/resourceDefinitions/managedInstances_monitoredResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-05-preview/Microsoft.ScVmm.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-05-preview/Microsoft.ScVmm.json#/resourceDefinitions/clouds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-05-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-05-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualMachineTemplates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-05-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-05-preview/Microsoft.ScVmm.json#/resourceDefinitions/vmmServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-05-preview/Microsoft.ScVmm.json#/resourceDefinitions/vmmServers_inventoryItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/availabilitySets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/clouds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualMachines_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualMachines_guestAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualMachines_hybridIdentityMetadata" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualMachineTemplates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/virtualNetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/vmmServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-21-preview/Microsoft.ScVmm.json#/resourceDefinitions/vmmServers_inventoryItems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-02-28/Microsoft.Search.json#/resourceDefinitions/searchServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-19/Microsoft.Search.json#/resourceDefinitions/searchServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01-preview/Microsoft.Search.json#/resourceDefinitions/searchServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01-preview/Microsoft.Search.json#/resourceDefinitions/searchServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-13/Microsoft.Search.json#/resourceDefinitions/searchServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-13/Microsoft.Search.json#/resourceDefinitions/searchServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Search.json#/resourceDefinitions/searchServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Search.json#/resourceDefinitions/searchServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Search.json#/resourceDefinitions/searchServices_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Search.json#/resourceDefinitions/searchServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Search.json#/resourceDefinitions/searchServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Search.json#/resourceDefinitions/searchServices_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Search.json#/resourceDefinitions/searchServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Search.json#/resourceDefinitions/searchServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Search.json#/resourceDefinitions/searchServices_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Search.json#/resourceDefinitions/searchServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Search.json#/resourceDefinitions/searchServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Search.json#/resourceDefinitions/searchServices_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Search.json#/resourceDefinitions/searchServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Search.json#/resourceDefinitions/searchServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.Search.json#/resourceDefinitions/searchServices_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-01-preview/Microsoft.Security.json#/resourceDefinitions/locations_jitNetworkAccessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01-preview/Microsoft.Security.json#/resourceDefinitions/iotSecuritySolutions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01-preview/Microsoft.Security.json#/resourceDefinitions/pricings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01-preview/Microsoft.Security.json#/unknown_resourceDefinitions/advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-08-01-preview/Microsoft.Security.json#/unknown_resourceDefinitions/deviceSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.Security.json#/unknown_resourceDefinitions/advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01-preview/Microsoft.Security.json#/resourceDefinitions/automations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-01-01-preview/Microsoft.Security.json#/unknown_resourceDefinitions/assessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Security.json#/resourceDefinitions/iotSecuritySolutions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Security.json#/unknown_resourceDefinitions/deviceSecurityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Security.json#/resourceDefinitions/locations_jitNetworkAccessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Security.json#/unknown_resourceDefinitions/assessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Security.json#/unknown_resourceDefinitions/assessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Security.json#/resourceDefinitions/customAssessmentAutomations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Security.json#/resourceDefinitions/customEntityStoreAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Security.json#/resourceDefinitions/assignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Security.json#/resourceDefinitions/standards" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors_devops" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors_devops_azureDevOpsOrgs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors_devops_azureDevOpsOrgs_projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors_devops_azureDevOpsOrgs_projects_repos" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForEDMUpload" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForEDMUpload_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365ComplianceCenter" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365ComplianceCenter_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365SecurityCenter" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365SecurityCenter_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForO365ManagementActivityAPI" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForO365ManagementActivityAPI_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForSCCPowershell" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForSCCPowershell_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForEDMUpload" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForEDMUpload_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365ComplianceCenter" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365ComplianceCenter_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365SecurityCenter" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForM365SecurityCenter_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForMIPPolicySync" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForMIPPolicySync_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForO365ManagementActivityAPI" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForO365ManagementActivityAPI_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForSCCPowershell" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-08/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForSCCPowershell_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.SecurityDevOps.json#/resourceDefinitions/azureDevOpsConnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.SecurityDevOps.json#/resourceDefinitions/azureDevOpsConnectors_orgs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.SecurityDevOps.json#/resourceDefinitions/azureDevOpsConnectors_orgs_projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.SecurityDevOps.json#/resourceDefinitions/azureDevOpsConnectors_orgs_projects_repos" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.SecurityDevOps.json#/resourceDefinitions/gitHubConnectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.SecurityDevOps.json#/resourceDefinitions/gitHubConnectors_owners" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01-preview/Microsoft.SecurityDevOps.json#/resourceDefinitions/gitHubConnectors_owners_repos" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_migrationConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_networkRuleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_ipfilterrules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_migrationConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_networkRuleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_virtualnetworkrules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_migrationConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_networkRuleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_migrationConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_networkRuleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_migrationConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_networkRuleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_migrationConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_networkRuleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_disasterRecoveryConfigs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_migrationConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_networkRuleSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applications_services" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedclusters_applicationTypes_versions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/networks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/networks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/secrets_values" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.ServiceLinker.json#/resourceDefinitions/locations_connectors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.ServiceLinker.json#/resourceDefinitions/locations_dryruns" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers_associations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-10-01-preview/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers_frontends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers_associations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers_frontends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers_associations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.ServiceNetworking.json#/resourceDefinitions/trafficControllers_frontends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/SignalR" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_replicas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_replicas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_replicas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/signalR_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_hubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_hubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_hubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_hubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_replicas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_hubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_replicas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_hubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_replicas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-08-01-preview/Microsoft.SignalRService.WebPubSub.json#/resourceDefinitions/webPubSub_sharedPrivateLinkResources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applianceDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/appliances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applicationDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applicationDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applicationDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/jitRequests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-21-preview/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applicationDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-21-preview/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-21-preview/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/jitRequests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-12-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/jitRequests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/jitRequests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/jitRequests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-07-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/jitRequests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-21-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-21-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-21-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/jitRequests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Solutions.solutions.json#/resourceDefinitions/jitRequests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applicationDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/applications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-07-01/Microsoft.Solutions.solutions.json#/resourceDefinitions/jitRequests" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_advisors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_auditingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_communicationLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advisors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_connectionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_disasterRecoveryConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-02-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/instancePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dtc" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dtc" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_ledgerDigestUploads" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dtc" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverConfigurationOptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_startStopSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_ledgerDigestUploads" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dtc" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverConfigurationOptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_startStopSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_ledgerDigestUploads" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dtc" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverConfigurationOptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_startStopSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-02-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/instancePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_instanceFailoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/locations_serverTrustGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_ledgerDigestUploads" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_distributedAvailabilityGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_dtc" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_restorableDroppedDatabases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverConfigurationOptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_serverTrustCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_sqlAgent" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_startStopSchedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/managedInstances_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advancedThreatProtectionSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupShortTermRetentionPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_ledgerDigestUploads" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_maintenanceWindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_replicationLinks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_sqlVulnerabilityAssessments_baselines_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_devOpsAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_dnsAliases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_ipv6FirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_credentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_executions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_jobs_steps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_jobAgents_targetGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_outboundFirewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_sqlVulnerabilityAssessments_baselines_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups_availabilityGroupListeners" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups_availabilityGroupListeners" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups_availabilityGroupListeners" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups_availabilityGroupListeners" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups_availabilityGroupListeners" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups_availabilityGroupListeners" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups_availabilityGroupListeners" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-06-15/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-03-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-08-01-preview/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_localUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_localUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_localUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_localUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_blobServices_containers_immutabilityPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_encryptionScopes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_fileServices_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_inventoryPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_localUsers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_managementPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_objectReplicationPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_queueServices_queues" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts_tableServices_tables" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.StorageActions.json#/resourceDefinitions/storageTasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.StorageCache.json#/resourceDefinitions/caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01-preview/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-11-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.StorageCache.json#/resourceDefinitions/amlFilesystems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.StorageCache.json#/resourceDefinitions/caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.StorageCache.json#/resourceDefinitions/amlFilesystems" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.StorageCache.json#/resourceDefinitions/caches" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-05-01/Microsoft.StorageCache.json#/resourceDefinitions/caches_storageTargets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_agents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_projects_jobDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_agents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-03-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_projects_jobDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_agents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01-preview/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_projects_jobDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_agents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_endpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_projects" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-10-01/Microsoft.StorageMover.json#/resourceDefinitions/storageMovers_projects_jobDefinitions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-15-preview/Microsoft.StoragePool.json#/resourceDefinitions/diskPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-15-preview/Microsoft.StoragePool.json#/resourceDefinitions/diskPools_iscsiTargets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.StoragePool.json#/resourceDefinitions/diskPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.StoragePool.json#/resourceDefinitions/diskPools_iscsiTargets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.StoragePool.json#/resourceDefinitions/diskPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-08-01/Microsoft.StoragePool.json#/resourceDefinitions/diskPools_iscsiTargets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-05-preview/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-05-preview/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-05-preview/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-05-preview/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-05-preview/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-02/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-02/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-02/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-02/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-04-02/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-07-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-06-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_registeredServers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_cloudEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.StorageSync.json#/resourceDefinitions/storageSyncServices_syncGroups_serverEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.StorageTasks.json#/resourceDefinitions/storageTasks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_accessControlRecords" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_devices_alertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_devices_backupScheduleGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_devices_chapSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_devices_fileservers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_devices_fileservers_shares" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_devices_iscsiservers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_devices_iscsiservers_disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.StorSimple.1200.json#/resourceDefinitions/managers_storageDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_accessControlRecords" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_bandwidthSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_devices_alertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_devices_backupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_devices_backupPolicies_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_devices_timeSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_devices_volumeContainers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_devices_volumeContainers_volumes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_extendedInformation" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.StorSimple.8000.json#/resourceDefinitions/managers_storageAccountCredentials" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_inputs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_outputs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_transformations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_inputs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_outputs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-04-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_transformations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/clusters_privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_inputs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_outputs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_transformations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/clusters_privateEndpoints" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_inputs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_outputs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01-preview/Microsoft.StreamAnalytics.json#/resourceDefinitions/streamingjobs_transformations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/privateLinkHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_bigDataPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_integrationRuntimes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_managedIdentitySqlControlSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlAdministrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_geoBackupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_maintenancewindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_metadataSync" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlDatabases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/privateLinkHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_bigDataPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_integrationRuntimes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_managedIdentitySqlControlSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlAdministrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_geoBackupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_maintenancewindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_metadataSync" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/privateLinkHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_bigDataPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_integrationRuntimes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_managedIdentitySqlControlSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlAdministrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_geoBackupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_maintenancewindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_metadataSync" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/privateLinkHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_bigDataPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_integrationRuntimes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_databases_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_databases_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_managedIdentitySqlControlSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlAdministrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_geoBackupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_maintenancewindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_metadataSync" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/privateLinkHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_bigDataPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_integrationRuntimes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_managedIdentitySqlControlSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlAdministrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_geoBackupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_maintenancewindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_metadataSync" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/privateLinkHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_bigDataPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_dedicatedSQLminimalTlsSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_integrationRuntimes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_managedIdentitySqlControlSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlAdministrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_geoBackupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_maintenancewindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_metadataSync" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Synapse.json#/resourceDefinitions/workspaces_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/privateLinkHubs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_administrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_azureADOnlyAuthentications" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_bigDataPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_dedicatedSQLminimalTlsSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_encryptionProtector" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_firewallRules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_integrationRuntimes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_attachedDatabaseConfigurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_databases" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_databases_dataConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_databases_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_kustoPools_principalAssignments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_managedIdentitySqlControlSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlAdministrators" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_auditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_dataMaskingPolicies_rules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_extendedAuditingSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_geoBackupPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_maintenancewindows" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_metadataSync" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_schemas_tables_columns_sensitivityLabels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_securityAlertPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_transparentDataEncryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_vulnerabilityAssessments_rules_baselines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups_workloadClassifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_trustedServiceByPassConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_vulnerabilityAssessments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-15-preview/Microsoft.Syntex.json#/resourceDefinitions/documentProcessors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-16-preview/Microsoft.TestBase.json#/resourceDefinitions/testBaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-16-preview/Microsoft.TestBase.json#/resourceDefinitions/testBaseAccounts_customerEvents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-16-preview/Microsoft.TestBase.json#/resourceDefinitions/testBaseAccounts_packages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-16-preview/Microsoft.TestBase.json#/resourceDefinitions/testBaseAccounts_packages_favoriteProcesses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.TestBase.json#/resourceDefinitions/testBaseAccounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.TestBase.json#/resourceDefinitions/testBaseAccounts_customerEvents" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.TestBase.json#/resourceDefinitions/testBaseAccounts_packages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.TestBase.json#/resourceDefinitions/testBaseAccounts_packages_favoriteProcesses" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-02-28-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-02-28-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-02-28-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_eventSources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-02-28-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_referenceDataSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-15/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-15/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-15/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_eventSources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2017-11-15/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_referenceDataSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-15-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-15-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-15-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_eventSources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-08-15-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_referenceDataSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-15/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-15/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-15/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_eventSources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-05-15/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_referenceDataSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-31-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-31-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-31-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_eventSources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-31-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-31-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_referenceDataSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-30-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-30-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_accessPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-30-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_eventSources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-30-preview/Microsoft.TimeSeriesInsights.json#/resourceDefinitions/environments_referenceDataSets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-18-preview/Microsoft.VideoIndexer.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-27-preview/Microsoft.VideoIndexer.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-11-10-preview/Microsoft.VideoIndexer.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-04-13-preview/Microsoft.VideoIndexer.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-20-preview/Microsoft.VideoIndexer.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/Microsoft.VideoIndexer.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2024-01-01/Microsoft.VideoIndexer.json#/resourceDefinitions/accounts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01-preview/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-02-01-preview/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-05-01-preview/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-02-14/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-10-01/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-02-14/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.VirtualMachineImages.json#/resourceDefinitions/imageTemplates_triggers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.VisualStudio.json#/resourceDefinitions/account" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.VisualStudio.json#/resourceDefinitions/account_extension" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.VisualStudio.json#/resourceDefinitions/account_project" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.VMwareCloudSimple.json#/resourceDefinitions/dedicatedCloudNodes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.VMwareCloudSimple.json#/resourceDefinitions/dedicatedCloudServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.VMwareCloudSimple.json#/resourceDefinitions/virtualMachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-09-preview/Microsoft.VMwareVirtustream.json#/resourceDefinitions/privateClouds" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-09-preview/Microsoft.VMwareVirtustream.json#/resourceDefinitions/privateClouds_clusters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/csrs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/managedHostingEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_snapshots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2015-08-01-preview/Microsoft.Web.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.Web.json#/resourceDefinitions/certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Web.json#/resourceDefinitions/connectionGateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Web.json#/resourceDefinitions/connections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Web.json#/resourceDefinitions/customApis" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_backups" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/staticSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/staticSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/staticSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/staticSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_userProvidedFunctionApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/staticSites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/staticSites_userProvidedFunctionApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/kubeEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_userProvidedFunctionApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_userProvidedFunctionApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/kubeEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/serverfarms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_migrate" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/staticSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_userProvidedFunctionApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/staticSites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/staticSites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-01-15/Microsoft.Web.json#/resourceDefinitions/staticSites_userProvidedFunctionApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/kubeEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/staticSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_userProvidedFunctionApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/staticSites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-02-01/Microsoft.Web.json#/resourceDefinitions/staticSites_userProvidedFunctionApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/containerApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/kubeEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_userProvidedFunctionApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_userProvidedFunctionApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/containerApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/kubeEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_linkedBackends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_userProvidedFunctionApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_linkedBackends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/resourceDefinitions/staticSites_userProvidedFunctionApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/containerApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/kubeEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_basicAuth" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_databaseConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_linkedBackends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_userProvidedFunctionApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_databaseConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_linkedBackends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/resourceDefinitions/staticSites_userProvidedFunctionApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/containerApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/kubeEnvironments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_basicPublishingCredentialsPolicies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_functions_keys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_extensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_networkConfig" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateAccess" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_siteextensions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_basicAuth" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_databaseConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_linkedBackends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_builds_userProvidedFunctionApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_config" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_customDomains" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_databaseConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_linkedBackends" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_privateEndpointConnections" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-01-01/Microsoft.Web.json#/resourceDefinitions/staticSites_userProvidedFunctionApps" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-09-16-preview/Microsoft.WindowsESU.json#/resourceDefinitions/multipleActivationKeys" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-02-16-preview/Microsoft.WindowsIoT.json#/resourceDefinitions/deviceServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.WindowsIoT.json#/resourceDefinitions/deviceServices" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Workloads.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Workloads.json#/resourceDefinitions/monitors_providerInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Workloads.json#/resourceDefinitions/phpWorkloads" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Workloads.json#/resourceDefinitions/phpWorkloads_wordpressInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_applicationInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_centralInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_databaseInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Workloads.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Workloads.json#/resourceDefinitions/monitors_providerInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Workloads.json#/resourceDefinitions/monitors_sapLandscapeMonitor" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_applicationInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_centralInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-11-01-preview/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_databaseInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Workloads.json#/resourceDefinitions/monitors" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Workloads.json#/resourceDefinitions/monitors_providerInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Workloads.json#/resourceDefinitions/monitors_sapLandscapeMonitor" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_applicationInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_centralInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Workloads.json#/resourceDefinitions/sapVirtualInstances_databaseInstances" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-08-01/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments_configurations" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments_certificates" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2023-04-01/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments_configurations" + } + ] + } + ] } \ No newline at end of file