diff --git a/schemas/2021-09-01/Microsoft.DevTestLab.json b/schemas/2021-09-01/Microsoft.DevTestLab.json new file mode 100644 index 0000000000..b9eab07658 --- /dev/null +++ b/schemas/2021-09-01/Microsoft.DevTestLab.json @@ -0,0 +1,5263 @@ +{ + "id": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#", + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "Microsoft.DevTestLab", + "description": "Microsoft DevTestLab Resource Types", + "resourceDefinitions": { + "labs": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/IdentityProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a managed identity" + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the lab." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/LabProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a lab." + }, + "resources": { + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "#/definitions/labs_artifactsources_childResource" + }, + { + "$ref": "#/definitions/labs_costs_childResource" + }, + { + "$ref": "#/definitions/labs_customimages_childResource" + }, + { + "$ref": "#/definitions/labs_formulas_childResource" + }, + { + "$ref": "#/definitions/labs_notificationchannels_childResource" + }, + { + "$ref": "#/definitions/labs_schedules_childResource" + }, + { + "$ref": "#/definitions/labs_secrets_childResource" + }, + { + "$ref": "#/definitions/labs_servicerunners_childResource" + }, + { + "$ref": "#/definitions/labs_sharedgalleries_childResource" + }, + { + "$ref": "#/definitions/labs_users_childResource" + }, + { + "$ref": "#/definitions/labs_virtualmachines_childResource" + }, + { + "$ref": "#/definitions/labs_virtualnetworks_childResource" + } + ] + } + }, + "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.DevTestLab/labs" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs" + }, + "labs_artifactsources": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the artifact source." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/ArtifactSourceProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of an artifact source." + }, + "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.DevTestLab/labs/artifactsources" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/artifactsources" + }, + "labs_costs": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the cost." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/LabCostProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a cost item." + }, + "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.DevTestLab/labs/costs" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/costs" + }, + "labs_customimages": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the custom image." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/CustomImageProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a custom image." + }, + "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.DevTestLab/labs/customimages" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/customimages" + }, + "labs_formulas": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the formula." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/FormulaProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a formula." + }, + "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.DevTestLab/labs/formulas" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/formulas" + }, + "labs_notificationchannels": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the notification channel." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/NotificationChannelProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a schedule." + }, + "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.DevTestLab/labs/notificationchannels" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/notificationchannels" + }, + "labs_policysets_policies": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the policy." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/PolicyProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a Policy." + }, + "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.DevTestLab/labs/policysets/policies" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/policysets/policies" + }, + "labs_schedules": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the schedule." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/ScheduleProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a schedule." + }, + "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.DevTestLab/labs/schedules" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/schedules" + }, + "labs_secrets": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the lab secret." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/LabSecretProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The properties of labs secrets" + }, + "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.DevTestLab/labs/secrets" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/secrets" + }, + "labs_servicerunners": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/IdentityProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a managed identity" + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the service runner." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceRunnerProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a virtual machine." + }, + "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.DevTestLab/labs/servicerunners" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/servicerunners" + }, + "labs_sharedgalleries": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the shared gallery." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/SharedGalleryProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a shared gallery" + }, + "resources": { + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "#/definitions/labs_sharedgalleries_sharedimages_childResource" + } + ] + } + }, + "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.DevTestLab/labs/sharedgalleries" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/sharedgalleries" + }, + "labs_sharedgalleries_sharedimages": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the shared image." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/SharedImageProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a shared image" + }, + "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.DevTestLab/labs/sharedgalleries/sharedimages" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/sharedgalleries/sharedimages" + }, + "labs_users": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the user profile." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/UserProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a lab user profile." + }, + "resources": { + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "#/definitions/labs_users_disks_childResource" + }, + { + "$ref": "#/definitions/labs_users_environments_childResource" + }, + { + "$ref": "#/definitions/labs_users_secrets_childResource" + }, + { + "$ref": "#/definitions/labs_users_servicefabrics_childResource" + } + ] + } + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.DevTestLab/labs/users" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/users" + }, + "labs_users_disks": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the disk." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/DiskProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a disk." + }, + "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.DevTestLab/labs/users/disks" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/users/disks" + }, + "labs_users_environments": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the environment." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/EnvironmentProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of an environment." + }, + "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.DevTestLab/labs/users/environments" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/users/environments" + }, + "labs_users_secrets": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the secret." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/SecretProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a secret." + }, + "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.DevTestLab/labs/users/secrets" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/users/secrets" + }, + "labs_users_servicefabrics": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the service fabric." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceFabricProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a service fabric." + }, + "resources": { + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "#/definitions/labs_users_servicefabrics_schedules_childResource" + } + ] + } + }, + "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.DevTestLab/labs/users/servicefabrics" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/users/servicefabrics" + }, + "labs_users_servicefabrics_schedules": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the schedule." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/ScheduleProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a schedule." + }, + "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.DevTestLab/labs/users/servicefabrics/schedules" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/users/servicefabrics/schedules" + }, + "labs_virtualmachines": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the virtual machine." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/LabVirtualMachineProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a virtual machine." + }, + "resources": { + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "#/definitions/labs_virtualmachines_schedules_childResource" + } + ] + } + }, + "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.DevTestLab/labs/virtualmachines" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/virtualmachines" + }, + "labs_virtualmachines_schedules": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the schedule." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/ScheduleProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a schedule." + }, + "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.DevTestLab/labs/virtualmachines/schedules" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/virtualmachines/schedules" + }, + "labs_virtualnetworks": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the virtual network." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/VirtualNetworkProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a virtual network." + }, + "resources": { + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "#/definitions/labs_virtualnetworks_bastionhosts_childResource" + } + ] + } + }, + "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.DevTestLab/labs/virtualnetworks" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/virtualnetworks" + }, + "labs_virtualnetworks_bastionhosts": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the bastionhost." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/BastionHostProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a BastionHost profile." + }, + "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.DevTestLab/labs/virtualnetworks/bastionhosts" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/virtualnetworks/bastionhosts" + }, + "schedules": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the schedule." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/ScheduleProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a schedule." + }, + "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.DevTestLab/schedules" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/schedules" + } + }, + "definitions": { + "ArmTemplateParameterProperties": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of the template parameter." + }, + "value": { + "type": "string", + "description": "The value of the template parameter." + } + }, + "description": "Properties of an Azure Resource Manager template parameter." + }, + "ArtifactInstallProperties": { + "type": "object", + "properties": { + "artifactId": { + "type": "string", + "description": "The artifact's identifier." + }, + "artifactTitle": { + "type": "string", + "description": "The artifact's title." + }, + "deploymentStatusMessage": { + "type": "string", + "description": "The status message from the deployment." + }, + "installTime": { + "type": "string", + "format": "date-time", + "description": "The time that the artifact starts to install on the virtual machine." + }, + "parameters": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/ArtifactParameterProperties" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The parameters of the artifact." + }, + "status": { + "type": "string", + "description": "The status of the artifact." + }, + "vmExtensionStatusMessage": { + "type": "string", + "description": "The status message from the virtual machine extension." + } + }, + "description": "Properties of an artifact." + }, + "ArtifactParameterProperties": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of the artifact parameter." + }, + "value": { + "type": "string", + "description": "The value of the artifact parameter." + } + }, + "description": "Properties of an artifact parameter." + }, + "ArtifactSourceProperties": { + "type": "object", + "properties": { + "armTemplateFolderPath": { + "type": "string", + "description": "The folder containing Azure Resource Manager templates." + }, + "branchRef": { + "type": "string", + "description": "The artifact source's branch reference." + }, + "displayName": { + "type": "string", + "description": "The artifact source's display name." + }, + "folderPath": { + "type": "string", + "description": "The folder containing artifacts." + }, + "securityToken": { + "type": "string", + "description": "The security token to authenticate to the artifact source." + }, + "sourceType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "VsoGit", + "GitHub", + "StorageAccount" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The artifact source's type." + }, + "status": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Indicates if the artifact source is enabled (values: Enabled, Disabled)." + }, + "uri": { + "type": "string", + "description": "The artifact source's URI." + } + }, + "description": "Properties of an artifact source." + }, + "AttachNewDataDiskOptions": { + "type": "object", + "properties": { + "diskName": { + "type": "string", + "description": "The name of the disk to be attached." + }, + "diskSizeGiB": { + "oneOf": [ + { + "type": "integer" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Size of the disk to be attached in Gibibytes." + }, + "diskType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Standard", + "Premium", + "StandardSSD" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The storage type for the disk (i.e. Standard, Premium)." + } + }, + "description": "Properties to attach new disk to the Virtual Machine." + }, + "BastionHostProperties": { + "type": "object", + "properties": {}, + "description": "Properties of a BastionHost profile." + }, + "BulkCreationParameters": { + "type": "object", + "properties": { + "instanceCount": { + "oneOf": [ + { + "type": "integer" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The number of virtual machine instances to create." + } + }, + "description": "Parameters for creating multiple virtual machines as a single action." + }, + "CostThresholdProperties": { + "type": "object", + "properties": { + "displayOnChart": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Indicates whether this threshold will be displayed on cost charts." + }, + "notificationSent": { + "type": "string", + "description": "Indicates the datetime when notifications were last sent for this threshold." + }, + "percentageThreshold": { + "oneOf": [ + { + "$ref": "#/definitions/PercentageCostThresholdProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a percentage cost threshold." + }, + "sendNotificationWhenExceeded": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Indicates whether notifications will be sent when this threshold is exceeded." + }, + "thresholdId": { + "type": "string", + "description": "The ID of the cost threshold item." + } + }, + "description": "Properties of a cost threshold item." + }, + "CustomImageProperties": { + "type": "object", + "properties": { + "author": { + "type": "string", + "description": "The author of the custom image." + }, + "customImagePlan": { + "oneOf": [ + { + "$ref": "#/definitions/CustomImagePropertiesFromPlan" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties for plan on a custom image." + }, + "dataDiskStorageInfo": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/DataDiskStorageTypeInfo" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Storage information about the data disks present in the custom image" + }, + "description": { + "type": "string", + "description": "The description of the custom image." + }, + "isPlanAuthorized": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment" + }, + "managedImageId": { + "type": "string", + "description": "The Managed Image Id backing the custom image." + }, + "managedSnapshotId": { + "type": "string", + "description": "The Managed Snapshot Id backing the custom image." + }, + "vhd": { + "oneOf": [ + { + "$ref": "#/definitions/CustomImagePropertiesCustom" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties for creating a custom image from a VHD." + }, + "vm": { + "oneOf": [ + { + "$ref": "#/definitions/CustomImagePropertiesFromVm" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties for creating a custom image from a virtual machine." + } + }, + "description": "Properties of a custom image." + }, + "CustomImagePropertiesCustom": { + "type": "object", + "properties": { + "imageName": { + "type": "string", + "description": "The image name." + }, + "osType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Windows", + "Linux", + "None" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The OS type of the custom image (i.e. Windows, Linux)." + }, + "sysPrep": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Indicates whether sysprep has been run on the VHD." + } + }, + "required": [ + "osType" + ], + "description": "Properties for creating a custom image from a VHD." + }, + "CustomImagePropertiesFromPlan": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The id of the plan, equivalent to name of the plan" + }, + "offer": { + "type": "string", + "description": "The offer for the plan from the marketplace image the custom image is derived from" + }, + "publisher": { + "type": "string", + "description": "The publisher for the plan from the marketplace image the custom image is derived from" + } + }, + "description": "Properties for plan on a custom image." + }, + "CustomImagePropertiesFromVm": { + "type": "object", + "properties": { + "linuxOsInfo": { + "oneOf": [ + { + "$ref": "#/definitions/LinuxOsInfo" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Information about a Linux OS." + }, + "sourceVmId": { + "type": "string", + "description": "The source vm identifier." + }, + "windowsOsInfo": { + "oneOf": [ + { + "$ref": "#/definitions/WindowsOsInfo" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Information about a Windows OS." + } + }, + "description": "Properties for creating a custom image from a virtual machine." + }, + "DataDiskProperties": { + "type": "object", + "properties": { + "attachNewDataDiskOptions": { + "oneOf": [ + { + "$ref": "#/definitions/AttachNewDataDiskOptions" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties to attach new disk to the Virtual Machine." + }, + "existingLabDiskId": { + "type": "string", + "description": "Specifies the existing lab disk id to attach to virtual machine." + }, + "hostCaching": { + "oneOf": [ + { + "type": "string", + "enum": [ + "None", + "ReadOnly", + "ReadWrite" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Caching option for a data disk (i.e. None, ReadOnly, ReadWrite)." + } + }, + "description": "Request body for adding a new or existing data disk to a virtual machine." + }, + "DataDiskStorageTypeInfo": { + "type": "object", + "properties": { + "lun": { + "type": "string", + "description": "Disk Lun" + }, + "storageType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Standard", + "Premium", + "StandardSSD" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Disk Storage Type." + } + }, + "description": "Storage information about the data disks present in the custom image" + }, + "DayDetails": { + "type": "object", + "properties": { + "time": { + "type": "string", + "description": "The time of day the schedule will occur." + } + }, + "description": "Properties of a daily schedule." + }, + "DiskProperties": { + "type": "object", + "properties": { + "diskBlobName": { + "type": "string", + "description": "When backed by a blob, the name of the VHD blob without extension." + }, + "diskSizeGiB": { + "oneOf": [ + { + "type": "integer" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The size of the disk in Gibibytes." + }, + "diskType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Standard", + "Premium", + "StandardSSD" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The storage type for the disk (i.e. Standard, Premium)." + }, + "diskUri": { + "type": "string", + "description": "When backed by a blob, the URI of underlying blob." + }, + "hostCaching": { + "type": "string", + "description": "The host caching policy of the disk (i.e. None, ReadOnly, ReadWrite)." + }, + "leasedByLabVmId": { + "type": "string", + "description": "The resource ID of the VM to which this disk is leased." + }, + "managedDiskId": { + "type": "string", + "description": "When backed by managed disk, this is the ID of the compute disk resource." + }, + "storageAccountId": { + "type": "string", + "description": "When backed by a blob, the storage account where the blob is." + } + }, + "description": "Properties of a disk." + }, + "Encryption": { + "type": "object", + "properties": { + "diskEncryptionSetId": { + "type": "string", + "description": "Gets or sets resourceId of the disk encryption set to use for enabling encryption at rest." + }, + "type": { + "oneOf": [ + { + "type": "string", + "enum": [ + "EncryptionAtRestWithPlatformKey", + "EncryptionAtRestWithCustomerKey" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Gets or sets the type of key used to encrypt the data of the disk." + } + }, + "description": "Encryption settings" + }, + "EnvironmentDeploymentProperties": { + "type": "object", + "properties": { + "armTemplateId": { + "type": "string", + "description": "The Azure Resource Manager template's identifier." + }, + "parameters": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/ArmTemplateParameterProperties" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The parameters of the Azure Resource Manager template." + } + }, + "description": "Properties of an environment deployment." + }, + "EnvironmentProperties": { + "type": "object", + "properties": { + "armTemplateDisplayName": { + "type": "string", + "description": "The display name of the Azure Resource Manager template that produced the environment." + }, + "deploymentProperties": { + "oneOf": [ + { + "$ref": "#/definitions/EnvironmentDeploymentProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of an environment deployment." + } + }, + "description": "Properties of an environment." + }, + "Event": { + "type": "object", + "properties": { + "eventName": { + "oneOf": [ + { + "type": "string", + "enum": [ + "AutoShutdown", + "Cost" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The event type for which this notification is enabled (i.e. AutoShutdown, Cost)." + } + }, + "description": "An event to be notified for." + }, + "FormulaProperties": { + "type": "object", + "properties": { + "description": { + "type": "string", + "description": "The description of the formula." + }, + "formulaContent": { + "oneOf": [ + { + "$ref": "#/definitions/LabVirtualMachineCreationParameter" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties for creating a virtual machine." + }, + "osType": { + "type": "string", + "description": "The OS type of the formula." + }, + "vm": { + "oneOf": [ + { + "$ref": "#/definitions/FormulaPropertiesFromVm" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Information about a VM from which a formula is to be created." + } + }, + "description": "Properties of a formula." + }, + "FormulaPropertiesFromVm": { + "type": "object", + "properties": { + "labVmId": { + "type": "string", + "description": "The identifier of the VM from which a formula is to be created." + } + }, + "description": "Information about a VM from which a formula is to be created." + }, + "GalleryImageReference": { + "type": "object", + "properties": { + "offer": { + "type": "string", + "description": "The offer of the gallery image." + }, + "osType": { + "type": "string", + "description": "The OS type of the gallery image." + }, + "publisher": { + "type": "string", + "description": "The publisher of the gallery image." + }, + "sku": { + "type": "string", + "description": "The SKU of the gallery image." + }, + "version": { + "type": "string", + "description": "The version of the gallery image." + } + }, + "description": "The reference information for an Azure Marketplace image." + }, + "HourDetails": { + "type": "object", + "properties": { + "minute": { + "oneOf": [ + { + "type": "integer" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Minutes of the hour the schedule will run." + } + }, + "description": "Properties of an hourly schedule." + }, + "IdentityProperties": { + "type": "object", + "properties": { + "clientSecretUrl": { + "type": "string", + "description": "The client secret URL of the identity." + }, + "principalId": { + "type": "string", + "description": "The principal id of resource identity." + }, + "tenantId": { + "type": "string", + "description": "The tenant identifier of resource." + }, + "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 (SystemAssigned, UserAssigned, None)." + }, + "userAssignedIdentities": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "object", + "properties": {} + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If Type is 'UserAssigned': List of user assigned identities." + } + }, + "description": "Properties of a managed identity" + }, + "ImageVersionProperties": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Image version name" + } + }, + "description": "Properties for a shared image version." + }, + "InboundNatRule": { + "type": "object", + "properties": { + "backendPort": { + "oneOf": [ + { + "type": "integer" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The port to which the external traffic will be redirected." + }, + "frontendPort": { + "oneOf": [ + { + "type": "integer" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The external endpoint port of the inbound connection. Possible values range between 1 and 65535, inclusive. If unspecified, a value will be allocated automatically." + }, + "transportProtocol": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Tcp", + "Udp" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The transport protocol for the endpoint." + } + }, + "description": "A rule for NAT - exposing a VM's port (backendPort) on the public IP address using a load balancer." + }, + "LabAnnouncementProperties": { + "type": "object", + "properties": { + "enabled": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Is the lab announcement active/enabled at this time?." + }, + "expirationDate": { + "type": "string", + "format": "date-time", + "description": "The time at which the announcement expires (null for never)" + }, + "expired": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Has this announcement expired?" + }, + "markdown": { + "type": "string", + "description": "The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown." + }, + "title": { + "type": "string", + "description": "The plain text title for the lab announcement" + } + }, + "description": "Properties of a lab's announcement banner" + }, + "LabCostProperties": { + "type": "object", + "properties": { + "createdDate": { + "type": "string", + "format": "date-time", + "description": "The creation date of the cost." + }, + "currencyCode": { + "type": "string", + "description": "The currency code of the cost." + }, + "endDateTime": { + "type": "string", + "format": "date-time", + "description": "The end time of the cost data." + }, + "startDateTime": { + "type": "string", + "format": "date-time", + "description": "The start time of the cost data." + }, + "targetCost": { + "oneOf": [ + { + "$ref": "#/definitions/TargetCostProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a cost target." + } + }, + "description": "Properties of a cost item." + }, + "LabProperties": { + "type": "object", + "properties": { + "announcement": { + "oneOf": [ + { + "$ref": "#/definitions/LabAnnouncementProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a lab's announcement banner" + }, + "browserConnect": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Is browser connect enabled for the lab." + }, + "defaultSecretName": { + "type": "string", + "description": "Default secret for creating virtual machines." + }, + "disableAutoUpgradeCseMinorVersion": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Is auto upgrade of CSE disabled for the lab?" + }, + "encryption": { + "oneOf": [ + { + "$ref": "#/definitions/Encryption" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Encryption settings" + }, + "environmentPermission": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Reader", + "Contributor" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The access rights to be granted to the user when provisioning an environment." + }, + "extendedProperties": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Extended properties of the lab used for experimental features" + }, + "isolateLabResources": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Indicates whether to create Lab resources (e.g. Storage accounts and Key Vaults) in network isolation." + }, + "labStorageType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Standard", + "Premium", + "StandardSSD" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Type of storage used by the lab. It can be either Premium or Standard. Default is Premium." + }, + "managementIdentities": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "object", + "properties": {} + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "List of identities which can be used for management of resources." + }, + "mandatoryArtifactsResourceIdsLinux": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The ordered list of artifact resource IDs that should be applied on all Linux VM creations by default, prior to the artifacts specified by the user." + }, + "mandatoryArtifactsResourceIdsWindows": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The ordered list of artifact resource IDs that should be applied on all Windows VM creations by default, prior to the artifacts specified by the user." + }, + "premiumDataDisks": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Disabled", + "Enabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The setting to enable usage of premium data disks.\r\nWhen its value is 'Enabled', creation of standard or premium data disks is allowed.\r\nWhen its value is 'Disabled', only creation of standard data disks is allowed." + }, + "support": { + "oneOf": [ + { + "$ref": "#/definitions/LabSupportProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a lab's support banner" + } + }, + "description": "Properties of a lab." + }, + "LabSecretProperties": { + "type": "object", + "properties": { + "enabledForArmEnvironments": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Is the secret enabled for use with ARM environments?" + }, + "enabledForArtifacts": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Is the secret enabled for use with artifacts?" + }, + "enabledForVmCreation": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Is the secret enabled for use with creation of VMs?" + }, + "value": { + "type": "string", + "description": "The value of the secret for secret creation." + } + }, + "description": "The properties of labs secrets" + }, + "LabSupportProperties": { + "type": "object", + "properties": { + "enabled": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Is the lab support banner active/enabled at this time?." + }, + "markdown": { + "type": "string", + "description": "The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown." + } + }, + "description": "Properties of a lab's support banner" + }, + "labs_artifactsources_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the artifact source." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/ArtifactSourceProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of an artifact source." + }, + "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": [ + "artifactsources" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/artifactsources" + }, + "labs_costs_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the cost." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/LabCostProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a cost item." + }, + "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": [ + "costs" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/costs" + }, + "labs_customimages_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the custom image." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/CustomImageProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a custom image." + }, + "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": [ + "customimages" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/customimages" + }, + "labs_formulas_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the formula." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/FormulaProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a formula." + }, + "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": [ + "formulas" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/formulas" + }, + "labs_notificationchannels_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the notification channel." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/NotificationChannelProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a schedule." + }, + "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": [ + "notificationchannels" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/notificationchannels" + }, + "labs_schedules_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the schedule." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/ScheduleProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a schedule." + }, + "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": [ + "schedules" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/schedules" + }, + "labs_secrets_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the lab secret." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/LabSecretProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The properties of labs secrets" + }, + "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": [ + "secrets" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/secrets" + }, + "labs_servicerunners_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/IdentityProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a managed identity" + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the service runner." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceRunnerProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a virtual machine." + }, + "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": [ + "servicerunners" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/servicerunners" + }, + "labs_sharedgalleries_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the shared gallery." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/SharedGalleryProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a shared gallery" + }, + "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": [ + "sharedgalleries" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/sharedgalleries" + }, + "labs_sharedgalleries_sharedimages_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the shared image." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/SharedImageProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a shared image" + }, + "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": [ + "sharedimages" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/sharedgalleries/sharedimages" + }, + "labs_users_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the user profile." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/UserProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a lab user profile." + }, + "type": { + "type": "string", + "enum": [ + "users" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/users" + }, + "labs_users_disks_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the disk." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/DiskProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a disk." + }, + "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": [ + "disks" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/users/disks" + }, + "labs_users_environments_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the environment." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/EnvironmentProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of an environment." + }, + "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": [ + "environments" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/users/environments" + }, + "labs_users_secrets_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the secret." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/SecretProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a secret." + }, + "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": [ + "secrets" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/users/secrets" + }, + "labs_users_servicefabrics_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the service fabric." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/ServiceFabricProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a service fabric." + }, + "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": [ + "servicefabrics" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/users/servicefabrics" + }, + "labs_users_servicefabrics_schedules_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the schedule." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/ScheduleProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a schedule." + }, + "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": [ + "schedules" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/users/servicefabrics/schedules" + }, + "labs_virtualmachines_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the virtual machine." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/LabVirtualMachineProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a virtual machine." + }, + "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": [ + "virtualmachines" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/virtualmachines" + }, + "labs_virtualmachines_schedules_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the schedule." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/ScheduleProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a schedule." + }, + "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": [ + "schedules" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/virtualmachines/schedules" + }, + "labs_virtualnetworks_bastionhosts_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the bastionhost." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/BastionHostProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a BastionHost profile." + }, + "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": [ + "bastionhosts" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/virtualnetworks/bastionhosts" + }, + "labs_virtualnetworks_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-09-01" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "minLength": 1, + "description": "The name of the virtual network." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/VirtualNetworkProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a virtual network." + }, + "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": [ + "virtualnetworks" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.DevTestLab/labs/virtualnetworks" + }, + "LabVirtualMachineCreationParameter": { + "type": "object", + "properties": { + "location": { + "type": "string", + "description": "The location of the new virtual machine or environment" + }, + "name": { + "type": "string", + "description": "The name of the virtual machine or environment" + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/LabVirtualMachineCreationParameterProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties for virtual machine creation." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The tags of the resource." + } + }, + "description": "Properties for creating a virtual machine." + }, + "LabVirtualMachineCreationParameterProperties": { + "type": "object", + "properties": { + "allowClaim": { + "oneOf": [ + { + "type": "boolean", + "default": false + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Indicates whether another user can take ownership of the virtual machine" + }, + "artifacts": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/ArtifactInstallProperties" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The artifacts to be installed on the virtual machine." + }, + "bulkCreationParameters": { + "oneOf": [ + { + "$ref": "#/definitions/BulkCreationParameters" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Parameters for creating multiple virtual machines as a single action." + }, + "createdDate": { + "type": "string", + "format": "date-time", + "description": "The creation date of the virtual machine." + }, + "customImageId": { + "type": "string", + "description": "The custom image identifier of the virtual machine." + }, + "dataDiskParameters": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/DataDiskProperties" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "New or existing data disks to attach to the virtual machine after creation" + }, + "disallowPublicIpAddress": { + "oneOf": [ + { + "type": "boolean", + "default": false + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Indicates whether the virtual machine is to be created without a public IP address." + }, + "environmentId": { + "type": "string", + "description": "The resource ID of the environment that contains this virtual machine, if any." + }, + "expirationDate": { + "type": "string", + "format": "date-time", + "description": "The expiration date for VM." + }, + "galleryImageReference": { + "oneOf": [ + { + "$ref": "#/definitions/GalleryImageReference" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The reference information for an Azure Marketplace image." + }, + "galleryImageVersionId": { + "type": "string", + "description": "The shared gallery image version resource identifier of the virtual machine." + }, + "isAuthenticationWithSshKey": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Indicates whether this virtual machine uses an SSH key for authentication." + }, + "labSubnetName": { + "type": "string", + "description": "The lab subnet name of the virtual machine." + }, + "labVirtualNetworkId": { + "type": "string", + "description": "The lab virtual network identifier of the virtual machine." + }, + "networkInterface": { + "oneOf": [ + { + "$ref": "#/definitions/NetworkInterfaceProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a network interface." + }, + "notes": { + "type": "string", + "description": "The notes of the virtual machine." + }, + "osDiskSizeGb": { + "oneOf": [ + { + "type": "integer" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image." + }, + "ownerObjectId": { + "type": "string", + "default": "dynamicValue", + "description": "The object identifier of the owner of the virtual machine." + }, + "ownerUserPrincipalName": { + "type": "string", + "description": "The user principal name of the virtual machine owner." + }, + "password": { + "type": "string", + "description": "The password of the virtual machine administrator." + }, + "planId": { + "type": "string", + "description": "The id of the plan associated with the virtual machine image" + }, + "scheduleParameters": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/ScheduleCreationParameter" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Virtual Machine schedules to be created" + }, + "sharedImageId": { + "type": "string", + "description": "The shared image resource identifier of the virtual machine." + }, + "sharedImageVersion": { + "type": "string", + "description": "The shared image version for the specified shared image Id. Will use latest if not specified." + }, + "size": { + "type": "string", + "description": "The size of the virtual machine." + }, + "sshKey": { + "type": "string", + "description": "The SSH key of the virtual machine administrator." + }, + "storageType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Standard", + "Premium", + "StandardSSD" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Storage type to use for virtual machine (i.e. Standard, Premium, StandardSSD)." + }, + "userName": { + "type": "string", + "description": "The user name of the virtual machine." + } + }, + "description": "Properties for virtual machine creation." + }, + "LabVirtualMachineProperties": { + "type": "object", + "properties": { + "allowClaim": { + "oneOf": [ + { + "type": "boolean", + "default": false + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Indicates whether another user can take ownership of the virtual machine" + }, + "artifacts": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/ArtifactInstallProperties" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The artifacts to be installed on the virtual machine." + }, + "createdDate": { + "type": "string", + "format": "date-time", + "description": "The creation date of the virtual machine." + }, + "customImageId": { + "type": "string", + "description": "The custom image identifier of the virtual machine." + }, + "dataDiskParameters": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/DataDiskProperties" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "New or existing data disks to attach to the virtual machine after creation" + }, + "disallowPublicIpAddress": { + "oneOf": [ + { + "type": "boolean", + "default": false + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Indicates whether the virtual machine is to be created without a public IP address." + }, + "environmentId": { + "type": "string", + "description": "The resource ID of the environment that contains this virtual machine, if any." + }, + "expirationDate": { + "type": "string", + "format": "date-time", + "description": "The expiration date for VM." + }, + "galleryImageReference": { + "oneOf": [ + { + "$ref": "#/definitions/GalleryImageReference" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The reference information for an Azure Marketplace image." + }, + "galleryImageVersionId": { + "type": "string", + "description": "The shared gallery image version resource identifier of the virtual machine." + }, + "isAuthenticationWithSshKey": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Indicates whether this virtual machine uses an SSH key for authentication." + }, + "labSubnetName": { + "type": "string", + "description": "The lab subnet name of the virtual machine." + }, + "labVirtualNetworkId": { + "type": "string", + "description": "The lab virtual network identifier of the virtual machine." + }, + "networkInterface": { + "oneOf": [ + { + "$ref": "#/definitions/NetworkInterfaceProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a network interface." + }, + "notes": { + "type": "string", + "description": "The notes of the virtual machine." + }, + "osDiskSizeGb": { + "oneOf": [ + { + "type": "integer" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image." + }, + "ownerObjectId": { + "type": "string", + "default": "dynamicValue", + "description": "The object identifier of the owner of the virtual machine." + }, + "ownerUserPrincipalName": { + "type": "string", + "description": "The user principal name of the virtual machine owner." + }, + "password": { + "type": "string", + "description": "The password of the virtual machine administrator." + }, + "planId": { + "type": "string", + "description": "The id of the plan associated with the virtual machine image" + }, + "scheduleParameters": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/ScheduleCreationParameter" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Virtual Machine schedules to be created" + }, + "sharedImageId": { + "type": "string", + "description": "The shared image resource identifier of the virtual machine." + }, + "sharedImageVersion": { + "type": "string", + "description": "The shared image version for the specified shared image Id. Will use latest if not specified." + }, + "size": { + "type": "string", + "description": "The size of the virtual machine." + }, + "sshKey": { + "type": "string", + "description": "The SSH key of the virtual machine administrator." + }, + "storageType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Standard", + "Premium", + "StandardSSD" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Storage type to use for virtual machine (i.e. Standard, Premium, StandardSSD)." + }, + "userName": { + "type": "string", + "description": "The user name of the virtual machine." + } + }, + "description": "Properties of a virtual machine." + }, + "LinuxOsInfo": { + "type": "object", + "properties": { + "linuxOsState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "NonDeprovisioned", + "DeprovisionRequested", + "DeprovisionApplied" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The state of the Linux OS (i.e. NonDeprovisioned, DeprovisionRequested, DeprovisionApplied)." + } + }, + "description": "Information about a Linux OS." + }, + "NetworkInterfaceProperties": { + "type": "object", + "properties": { + "dnsName": { + "type": "string", + "description": "The DNS name." + }, + "privateIpAddress": { + "type": "string", + "description": "The private IP address." + }, + "publicIpAddress": { + "type": "string", + "description": "The public IP address." + }, + "publicIpAddressId": { + "type": "string", + "description": "The resource ID of the public IP address." + }, + "rdpAuthority": { + "type": "string", + "description": "The RdpAuthority property is a server DNS host name or IP address followed by the service port number for RDP (Remote Desktop Protocol)." + }, + "sharedPublicIpAddressConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/SharedPublicIpAddressConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a virtual machine that determine how it is connected to a load balancer." + }, + "sshAuthority": { + "type": "string", + "description": "The SshAuthority property is a server DNS host name or IP address followed by the service port number for SSH." + }, + "subnetId": { + "type": "string", + "description": "The resource ID of the sub net." + }, + "virtualNetworkId": { + "type": "string", + "description": "The resource ID of the virtual network." + } + }, + "description": "Properties of a network interface." + }, + "NotificationChannelProperties": { + "type": "object", + "properties": { + "description": { + "type": "string", + "description": "Description of notification." + }, + "emailRecipient": { + "type": "string", + "description": "The email recipient to send notifications to (can be a list of semi-colon separated email addresses)." + }, + "events": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/Event" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The list of event for which this notification is enabled." + }, + "notificationLocale": { + "type": "string", + "description": "The locale to use when sending a notification (fallback for unsupported languages is EN)." + }, + "webHookUrl": { + "type": "string", + "description": "The webhook URL to send notifications to." + } + }, + "description": "Properties of a schedule." + }, + "NotificationSettings": { + "type": "object", + "properties": { + "emailRecipient": { + "type": "string", + "description": "The email recipient to send notifications to (can be a list of semi-colon separated email addresses)." + }, + "notificationLocale": { + "type": "string", + "description": "The locale to use when sending a notification (fallback for unsupported languages is EN)." + }, + "status": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "If notifications are enabled for this schedule (i.e. Enabled, Disabled)." + }, + "timeInMinutes": { + "oneOf": [ + { + "type": "integer" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Time in minutes before event at which notification will be sent." + }, + "webhookUrl": { + "type": "string", + "description": "The webhook URL to which the notification will be sent." + } + }, + "description": "Notification settings for a schedule." + }, + "PercentageCostThresholdProperties": { + "type": "object", + "properties": { + "thresholdValue": { + "oneOf": [ + { + "type": "number" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The cost threshold value." + } + }, + "description": "Properties of a percentage cost threshold." + }, + "PolicyProperties": { + "type": "object", + "properties": { + "description": { + "type": "string", + "description": "The description of the policy." + }, + "evaluatorType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "AllowedValuesPolicy", + "MaxValuePolicy" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The evaluator type of the policy (i.e. AllowedValuesPolicy, MaxValuePolicy)." + }, + "factData": { + "type": "string", + "description": "The fact data of the policy." + }, + "factName": { + "oneOf": [ + { + "type": "string", + "enum": [ + "UserOwnedLabVmCount", + "UserOwnedLabPremiumVmCount", + "LabVmCount", + "LabPremiumVmCount", + "LabVmSize", + "GalleryImage", + "UserOwnedLabVmCountInSubnet", + "LabTargetCost", + "EnvironmentTemplate", + "ScheduleEditPermission" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The fact name of the policy (e.g. LabVmCount, LabVmSize, MaxVmsAllowedPerLab, etc." + }, + "status": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The status of the policy." + }, + "threshold": { + "type": "string", + "description": "The threshold of the policy (i.e. a number for MaxValuePolicy, and a JSON array of values for AllowedValuesPolicy)." + } + }, + "description": "Properties of a Policy." + }, + "Port": { + "type": "object", + "properties": { + "backendPort": { + "oneOf": [ + { + "type": "integer" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Backend port of the target virtual machine." + }, + "transportProtocol": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Tcp", + "Udp" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Protocol type of the port." + } + }, + "description": "Properties of a network port." + }, + "ScheduleCreationParameter": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of the virtual machine or environment" + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/ScheduleCreationParameterProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties for schedule creation." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The tags of the resource." + } + }, + "description": "Properties for creating a schedule." + }, + "ScheduleCreationParameterProperties": { + "type": "object", + "properties": { + "dailyRecurrence": { + "oneOf": [ + { + "$ref": "#/definitions/DayDetails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a daily schedule." + }, + "hourlyRecurrence": { + "oneOf": [ + { + "$ref": "#/definitions/HourDetails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of an hourly schedule." + }, + "notificationSettings": { + "oneOf": [ + { + "$ref": "#/definitions/NotificationSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Notification settings for a schedule." + }, + "status": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The status of the schedule (i.e. Enabled, Disabled)." + }, + "targetResourceId": { + "type": "string", + "description": "The resource ID to which the schedule belongs" + }, + "taskType": { + "type": "string", + "description": "The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart)." + }, + "timeZoneId": { + "type": "string", + "description": "The time zone ID (e.g. Pacific Standard time)." + }, + "weeklyRecurrence": { + "oneOf": [ + { + "$ref": "#/definitions/WeekDetails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a weekly schedule." + } + }, + "description": "Properties for schedule creation." + }, + "ScheduleProperties": { + "type": "object", + "properties": { + "dailyRecurrence": { + "oneOf": [ + { + "$ref": "#/definitions/DayDetails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a daily schedule." + }, + "hourlyRecurrence": { + "oneOf": [ + { + "$ref": "#/definitions/HourDetails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of an hourly schedule." + }, + "notificationSettings": { + "oneOf": [ + { + "$ref": "#/definitions/NotificationSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Notification settings for a schedule." + }, + "status": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The status of the schedule (i.e. Enabled, Disabled)." + }, + "targetResourceId": { + "type": "string", + "description": "The resource ID to which the schedule belongs" + }, + "taskType": { + "type": "string", + "description": "The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart)." + }, + "timeZoneId": { + "type": "string", + "description": "The time zone ID (e.g. Pacific Standard time)." + }, + "weeklyRecurrence": { + "oneOf": [ + { + "$ref": "#/definitions/WeekDetails" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a weekly schedule." + } + }, + "description": "Properties of a schedule." + }, + "SecretProperties": { + "type": "object", + "properties": { + "value": { + "type": "string", + "description": "The value of the secret for secret creation." + } + }, + "description": "Properties of a secret." + }, + "ServiceFabricProperties": { + "type": "object", + "properties": { + "environmentId": { + "type": "string", + "description": "The resource id of the environment under which the service fabric resource is present" + }, + "externalServiceFabricId": { + "type": "string", + "description": "The backing service fabric resource's id" + } + }, + "description": "Properties of a service fabric." + }, + "ServiceRunnerProperties": { + "type": "object", + "properties": { + "identityUsageType": { + "type": "string", + "description": "The purpose of bringing the identity to the lab. Ex: To use during Environment creation or to deploy on the VMs." + } + }, + "description": "Properties of a virtual machine." + }, + "SharedGalleryProperties": { + "type": "object", + "properties": { + "allowAllImages": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Disabled", + "Enabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Enables all images in the gallery to be available in the lab for VM creation. This will override the EnableState on shared images." + }, + "galleryId": { + "type": "string", + "description": "The shared image gallery resource Id" + } + }, + "description": "Properties of a shared gallery" + }, + "SharedImageProperties": { + "type": "object", + "properties": { + "definitionName": { + "type": "string", + "description": "Shared Image definition name in shared image gallery" + }, + "displayName": { + "type": "string", + "description": "Display name of the image" + }, + "enableState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Disabled", + "Enabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Whether or not the image is enabled." + }, + "imageType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Generalized", + "Specialized" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The type of image in the gallery (generalized or specialized)." + }, + "osType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Windows", + "Linux" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The operating system of the image." + }, + "versions": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/ImageVersionProperties" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "List of image versions in definition" + } + }, + "description": "Properties of a shared image" + }, + "SharedPublicIpAddressConfiguration": { + "type": "object", + "properties": { + "inboundNatRules": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/InboundNatRule" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The incoming NAT rules" + } + }, + "description": "Properties of a virtual machine that determine how it is connected to a load balancer." + }, + "Subnet": { + "type": "object", + "properties": { + "allowPublicIp": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Default", + "Deny", + "Allow" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The permission policy of the subnet for allowing public IP addresses (i.e. Allow, Deny))." + }, + "labSubnetName": { + "type": "string", + "description": "The name of the subnet as seen in the lab." + }, + "resourceId": { + "type": "string", + "description": "The resource ID of the subnet." + } + }, + "description": "Subnet information." + }, + "SubnetOverride": { + "type": "object", + "properties": { + "labSubnetName": { + "type": "string", + "description": "The name given to the subnet within the lab." + }, + "resourceId": { + "type": "string", + "description": "The resource ID of the subnet." + }, + "sharedPublicIpAddressConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/SubnetSharedPublicIpAddressConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Configuration for public IP address sharing." + }, + "useInVmCreationPermission": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Default", + "Deny", + "Allow" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Indicates whether this subnet can be used during virtual machine creation (i.e. Allow, Deny)." + }, + "usePublicIpAddressPermission": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Default", + "Deny", + "Allow" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Indicates whether public IP addresses can be assigned to virtual machines on this subnet (i.e. Allow, Deny)." + }, + "virtualNetworkPoolName": { + "type": "string", + "description": "The virtual network pool associated with this subnet." + } + }, + "description": "Property overrides on a subnet of a virtual network." + }, + "SubnetSharedPublicIpAddressConfiguration": { + "type": "object", + "properties": { + "allowedPorts": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/Port" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Backend ports that virtual machines on this subnet are allowed to expose" + } + }, + "description": "Configuration for public IP address sharing." + }, + "TargetCostProperties": { + "type": "object", + "properties": { + "costThresholds": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/CostThresholdProperties" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Cost thresholds." + }, + "cycleEndDateTime": { + "type": "string", + "format": "date-time", + "description": "Reporting cycle end date." + }, + "cycleStartDateTime": { + "type": "string", + "format": "date-time", + "description": "Reporting cycle start date." + }, + "cycleType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "CalendarMonth", + "Custom" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Reporting cycle type." + }, + "status": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Target cost status." + }, + "target": { + "oneOf": [ + { + "type": "integer" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Lab target cost" + } + }, + "description": "Properties of a cost target." + }, + "UserIdentity": { + "type": "object", + "properties": { + "appId": { + "type": "string", + "description": "Set to the app Id of the client JWT making the request." + }, + "objectId": { + "type": "string", + "description": "Set to the object Id of the client JWT making the request. Not all users have object Id. For CSP (reseller) scenarios for example, object Id is not available." + }, + "principalId": { + "type": "string", + "description": "Set to the principal Id of the client JWT making the request. Service principal will not have the principal Id." + }, + "principalName": { + "type": "string", + "description": "Set to the principal name / UPN of the client JWT making the request." + }, + "tenantId": { + "type": "string", + "description": "Set to the tenant ID of the client JWT making the request." + } + }, + "description": "Identity attributes of a lab user." + }, + "UserProperties": { + "type": "object", + "properties": { + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/UserIdentity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Identity attributes of a lab user." + }, + "secretStore": { + "oneOf": [ + { + "$ref": "#/definitions/UserSecretStore" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties of a user's secret store." + } + }, + "description": "Properties of a lab user profile." + }, + "UserSecretStore": { + "type": "object", + "properties": { + "keyVaultId": { + "type": "string", + "description": "The ID of the user's Key vault." + }, + "keyVaultUri": { + "type": "string", + "description": "The URI of the user's Key vault." + } + }, + "description": "Properties of a user's secret store." + }, + "VirtualNetworkProperties": { + "type": "object", + "properties": { + "allowedSubnets": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/Subnet" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The allowed subnets of the virtual network." + }, + "description": { + "type": "string", + "description": "The description of the virtual network." + }, + "externalProviderResourceId": { + "type": "string", + "description": "The Microsoft.Network resource identifier of the virtual network." + }, + "subnetOverrides": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/SubnetOverride" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The subnet overrides of the virtual network." + } + }, + "description": "Properties of a virtual network." + }, + "WeekDetails": { + "type": "object", + "properties": { + "time": { + "type": "string", + "description": "The time of the day the schedule will occur." + }, + "weekdays": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The days of the week for which the schedule is set (e.g. Sunday, Monday, Tuesday, etc.)." + } + }, + "description": "Properties of a weekly schedule." + }, + "WindowsOsInfo": { + "type": "object", + "properties": { + "windowsOsState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "NonSysprepped", + "SysprepRequested", + "SysprepApplied" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied)." + } + }, + "description": "Information about a Windows OS." + } + } +} \ No newline at end of file diff --git a/schemas/common/autogeneratedResources.json b/schemas/common/autogeneratedResources.json index a49f243324..5fbe7756d2 100644 --- a/schemas/common/autogeneratedResources.json +++ b/schemas/common/autogeneratedResources.json @@ -1,41767 +1,41836 @@ -{ - "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/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_artifactsources" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_costs" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_customimages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_formulas" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_notificationchannels" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_policysets_policies" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_servicerunners" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_sharedgalleries" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_sharedgalleries_sharedimages" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_disks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_environments" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_secrets" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_servicefabrics" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_users_servicefabrics_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualmachines" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualmachines_schedules" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualnetworks" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualnetworks_bastionhosts" + }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-09-01/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" + } + ] + } + ] } \ No newline at end of file